Pārlūkot izejas kodu

Enable shortcut for the RemoteRepositoryTestCase

Jonas Borgström 12 gadi atpakaļ
vecāks
revīzija
5ad2839b53
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      darc/testsuite/repository.py

+ 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)