Rev 1375: Fix tests. in http://people.samba.org/bzr/jelmer/bzr-svn/0.4

Jelmer Vernooij jelmer at samba.org
Sun Jun 29 03:46:14 BST 2008


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

------------------------------------------------------------
revno: 1375
revision-id: jelmer at samba.org-20080629024613-z1ktz75ujls54u31
parent: jelmer at samba.org-20080629023413-w5tzn5wy5f2jnbaj
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Sun 2008-06-29 04:46:13 +0200
message:
  Fix tests.
modified:
  tests/test_repository.py       test_repos.py-20060508151940-ddc49a59257ca712
  tests/test_versionedfiles.py   test_versionedfiles.-20080626153242-v0c6uolklpux67a1-1
=== modified file 'tests/test_repository.py'
--- a/tests/test_repository.py	2008-06-27 01:23:16 +0000
+++ b/tests/test_repository.py	2008-06-29 02:46:13 +0000
@@ -562,11 +562,6 @@
         fs = self.open_fs('c')
         self.assertEqual(fs.get_uuid(), repository.uuid)
 
-    def test_get_inventory_weave(self):
-        bzrdir = self.make_client_and_bzrdir('d', 'dc')
-        repository = bzrdir.find_repository()
-        self.assertRaises(NotImplementedError, repository.get_inventory_weave)
-
     def test_has_revision(self):
         bzrdir = self.make_client_and_bzrdir('d', 'dc')
         repository = bzrdir.find_repository()

=== modified file 'tests/test_versionedfiles.py'
--- a/tests/test_versionedfiles.py	2008-06-27 22:20:30 +0000
+++ b/tests/test_versionedfiles.py	2008-06-29 02:46:13 +0000
@@ -41,7 +41,7 @@
 
 class SvnTextsTests(TestCase,BasicSvnTextsTests):
     def setUp(self):
-        self.texts = SvnTexts()
+        self.texts = SvnTexts(self)
 
 
 class FakeTextsTests(TestCase,BasicSvnTextsTests):




More information about the bazaar-commits mailing list