浏览代码

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)