소스 검색

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)