Преглед на файлове

Enable shortcut for the RemoteRepositoryTestCase

Jonas Borgström преди 12 години
родител
ревизия
5ad2839b53
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  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)