]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
tahoe_fuse: system test: Remove some needless comments.
authornejucomo <nejucomo@gmail.com>
Wed, 30 Jan 2008 09:55:53 +0000 (02:55 -0700)
committernejucomo <nejucomo@gmail.com>
Wed, 30 Jan 2008 09:55:53 +0000 (02:55 -0700)
contrib/fuse/runtests.py

index 32169526a007d0568034cbc9e9f4360bc89dd741..1c2caa6088df340a1dec2703207edf8b1c1f0512 100644 (file)
@@ -173,7 +173,6 @@ class SystemTest (object):
 
         introfurl = os.path.join(introbase, 'introducer.furl')
 
-        # FIXME: Is there a better way to handle this race condition?
         self.polling_operation(lambda : os.path.isfile(introfurl))
         shutil.copy(introfurl, base)
 
@@ -228,7 +227,6 @@ class SystemTest (object):
                                      mp,
                                      '-f',
                                      '--basedir', self.clientbase])
-            # FIXME: Verify the mount somehow?
 
             # The mount is verified by the test_layer, but we sleep to
             # avoid race conditions against the first few tests.