Rev 2104: Fix converter test. in http://people.samba.org/bzr/jelmer/bzr-svn/0.5

Jelmer Vernooij jelmer at samba.org
Sun Nov 30 15:29:46 GMT 2008


At http://people.samba.org/bzr/jelmer/bzr-svn/0.5

------------------------------------------------------------
revno: 2104
revision-id: jelmer at samba.org-20081130152944-jdqycbod2sop1voc
parent: jelmer at samba.org-20081130152828-9s2nbuh6xieq3kfy
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.5
timestamp: Sun 2008-11-30 16:29:44 +0100
message:
  Fix converter test.
modified:
  tests/test_checkout.py         test_checkout.py-20070101154110-eevkc29qj0q7udz5-1
=== modified file 'tests/test_checkout.py'
--- a/tests/test_checkout.py	2008-08-30 23:45:11 +0000
+++ b/tests/test_checkout.py	2008-11-30 15:29:44 +0000
@@ -47,7 +47,7 @@
         self.format = SvnWorkingTreeDirFormat()
 
     def test_get_converter(self):
-        self.assertRaises(NotImplementedError, self.format.get_converter)
+        convert = self.format.get_converter()
 
     def test_initialize(self):
         self.assertRaises(UninitializableFormat, 




More information about the bazaar-commits mailing list