Rev 494: Use right test dirs. in file:///data/jelmer/bzr-svn/0.4/

Jelmer Vernooij jelmer at samba.org
Thu Jul 12 09:28:26 BST 2007


At file:///data/jelmer/bzr-svn/0.4/

------------------------------------------------------------
revno: 494
revision-id: jelmer at samba.org-20070624204720-1crph8q70ghf54l2
parent: jelmer at samba.org-20070624201354-uiz245ufev3v94ee
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: main
timestamp: Sun 2007-06-24 22:47:20 +0200
message:
  Use right test dirs.
modified:
  tests/test_config.py           test_config.py-20070624193244-itvnst60evjidr4z-1
=== modified file 'tests/test_config.py'
--- a/tests/test_config.py	2007-06-24 20:13:54 +0000
+++ b/tests/test_config.py	2007-06-24 20:47:20 +0000
@@ -18,9 +18,9 @@
 
 from config import SvnRepositoryConfig
 
-from bzrlib.tests import TestCase
+from bzrlib.tests import TestCaseInTempDir
 
-class ReposConfigTests(TestCase):
+class ReposConfigTests(TestCaseInTempDir):
     def test_create(self):
         SvnRepositoryConfig("blabla")
 




More information about the bazaar-commits mailing list