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

------------------------------------------------------------
revno: 2104
revision-id: [EMAIL PROTECTED]
parent: [EMAIL PROTECTED]
committer: Jelmer Vernooij <[EMAIL PROTECTED]>
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, 


-- 
bazaar-commits mailing list
[email protected]
https://lists.ubuntu.com/mailman/listinfo/bazaar-commits

Reply via email to