Rev 1508: Fix versionedfiles tests. in http://people.samba.org/bzr/jelmer/bzr-svn/trunk

Jelmer Vernooij jelmer at samba.org
Fri Aug 1 22:18:03 BST 2008


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

------------------------------------------------------------
revno: 1508
revision-id: jelmer at samba.org-20080801211801-sooj5aofm31dbe0t
parent: jelmer at samba.org-20080731013015-2xxjwktdc20v3dhv
committer: Jelmer Vernooij <jelmer at samba.org>
branch nick: 0.4
timestamp: Fri 2008-08-01 23:18:01 +0200
message:
  Fix versionedfiles tests.
modified:
  tests/test_versionedfiles.py   test_versionedfiles.-20080626153242-v0c6uolklpux67a1-1
=== modified file 'tests/test_versionedfiles.py'
--- a/tests/test_versionedfiles.py	2008-07-17 12:52:57 +0000
+++ b/tests/test_versionedfiles.py	2008-08-01 21:18:01 +0000
@@ -44,6 +44,9 @@
 
 
 class VirtualRevisionTextsTests(TestCase,BasicSvnTextsTests):
+    def _make_parents_provider(self):
+        return self
+
     def setUp(self):
         self.texts = VirtualRevisionTexts(self)
 
@@ -52,6 +55,9 @@
 
 
 class VirtualInventoryTextsTests(TestCase,BasicSvnTextsTests):
+    def _make_parents_provider(self):
+        return self
+
     def get_inventory_xml(self, key):
         return "FOO"
 
@@ -66,6 +72,9 @@
 
 
 class VirtualSignatureTextsTests(TestCase,BasicSvnTextsTests):
+    def _make_parents_provider(self):
+        return self
+
     def setUp(self):
         self.texts = VirtualSignatureTexts(self)
 




More information about the bazaar-commits mailing list