2
0
Эх сурвалжийг харах

Enable shortcut for the RemoteRepositoryTestCase

Jonas Borgström 12 жил өмнө
parent
commit
5ad2839b53

+ 1 - 1
darc/testsuite/repository.py

@@ -90,4 +90,4 @@ class RepositoryTestCase(DarcTestCase):
 class RemoteRepositoryTestCase(RepositoryTestCase):
 
     def open(self, create=False):
-        return RemoteRepository(Location('localhost:' + os.path.join(self.tmppath, 'repository')), create=create)
+        return RemoteRepository(Location('__testsuite__:' + os.path.join(self.tmppath, 'repository')), create=create)