From c57b2a1782303a931aa20cb969f7c448798319f5 Mon Sep 17 00:00:00 2001 From: meejah Date: Fri, 23 Oct 2015 16:47:36 -0600 Subject: [PATCH] comment cleanup --- src/allmydata/test/test_magic_folder.py | 10 ++-------- 1 file changed, 2 insertions(+), 8 deletions(-) diff --git a/src/allmydata/test/test_magic_folder.py b/src/allmydata/test/test_magic_folder.py index 8e3a5623..6ae83f66 100644 --- a/src/allmydata/test/test_magic_folder.py +++ b/src/allmydata/test/test_magic_folder.py @@ -377,10 +377,7 @@ class MagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, ReallyEqual alice_clock.advance(0) yield alice_proc - # check the states - # okay, i think we have the bug: this *should* be 2, - # right? i.e. an updated version from the last time? - # hmm, actually no, I think it *should* be just 1 for bob + # check versions yield self._check_version_in_dmd(bob_magic, u"blam", 1) yield self._check_version_in_local_db(bob_magic, u"blam", 1) yield self._check_version_in_dmd(alice_magic, u"blam", 1) @@ -398,10 +395,7 @@ class MagicFolderTestMixin(MagicFolderCLITestMixin, ShouldFailMixin, ReallyEqual bob_clock.advance(0) yield bob_proc - # check the states - # okay, i think we have the bug: this *should* be 2, - # right? i.e. an updated version from the last time? - # hmm, actually no, I think it *should* be just 1 for bob + # check versions yield self._check_version_in_dmd(bob_magic, u"blam", 2) yield self._check_version_in_local_db(bob_magic, u"blam", 2) yield self._check_version_in_dmd(alice_magic, u"blam", 2) -- 2.45.2