]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
mutable WIP: oops, fix test_mutable
authorBrian Warner <warner@allmydata.com>
Thu, 17 Apr 2008 01:06:54 +0000 (18:06 -0700)
committerBrian Warner <warner@allmydata.com>
Thu, 17 Apr 2008 01:06:54 +0000 (18:06 -0700)
src/allmydata/test/test_mutable.py

index a9396890cb96d5f1b388b87be6d653833709cc2a..b49defe6353dceae124e92b899806e166a7cd1ae 100644 (file)
@@ -166,6 +166,8 @@ class FakeClient:
 
     def notify_retrieve(self, r):
         pass
+    def notify_publish(self, p):
+        pass
 
     def create_node_from_uri(self, u):
         u = IURI(u)