Example #1
0
 def test_Location_toUrl(self):
     from niprov.location import Location
     loc = Location('HAL:/p/n1.f')
     expected = 'file://HAL/p/n1.f'
     self.assertEqual(expected, loc.toUrl())
Example #2
0
 def test_Location_toUrl(self):
     from niprov.location import Location
     loc = Location('HAL:/p/n1.f')
     expected = 'file://HAL/p/n1.f'
     self.assertEqual(expected, loc.toUrl())