]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
Activate test_alice_bob test
authorDavid Stainton <dstainton415@gmail.com>
Sun, 13 Sep 2015 10:51:57 +0000 (12:51 +0200)
committerDavid Stainton <dstainton415@gmail.com>
Sun, 13 Sep 2015 10:51:57 +0000 (12:51 +0200)
it was previously renamed to ommit it from unit test runs

src/allmydata/test/test_magic_folder.py

index 993e5f818ca97593cdec91f1dc8734ac7eacc48c..95302b3fca52c1897dcd2e210c639f5663ea3393 100644 (file)
@@ -313,7 +313,7 @@ class MagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, ReallyEqual
         #print "_check_version_in_local_db: %r has version %s" % (relpath_u, version)
         self.failUnlessEqual(version, expected_version)
 
-    def FOO_test_alice_bob(self):
+    def test_alice_bob(self):
         d = self.setup_alice_and_bob()
         def get_results(result):
             # XXX are these used?