From: Brian Warner Date: Thu, 17 Apr 2008 01:06:54 +0000 (-0700) Subject: mutable WIP: oops, fix test_mutable X-Git-Tag: allmydata-tahoe-1.1.0~236 X-Git-Url: https://git.rkrishnan.org/schema.xhtml?a=commitdiff_plain;h=842b1f1a702a73670b0f19c5e0efdc8df0e8880b;p=tahoe-lafs%2Ftahoe-lafs.git mutable WIP: oops, fix test_mutable --- diff --git a/src/allmydata/test/test_mutable.py b/src/allmydata/test/test_mutable.py index a9396890..b49defe6 100644 --- a/src/allmydata/test/test_mutable.py +++ b/src/allmydata/test/test_mutable.py @@ -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)