]> git.rkrishnan.org Git - tahoe-lafs/tahoe-lafs.git/commitdiff
test_upload.py: add some TODO items
authorBrian Warner <warner@allmydata.com>
Tue, 24 Apr 2007 00:30:40 +0000 (17:30 -0700)
committerBrian Warner <warner@allmydata.com>
Tue, 24 Apr 2007 00:30:40 +0000 (17:30 -0700)
src/allmydata/test/test_upload.py

index dc05d7666661d12f48e8c9299e98e7e240360505..175a0e354b3d2b9eb32455aa6c38e41ca50da53e 100644 (file)
@@ -67,3 +67,8 @@ class FullServer(unittest.TestCase):
         d.addBoth(self._should_fail)
         return d
 
+
+# TODO:
+#  upload with exactly 75 peers (shares_of_happiness)
+#  have a download fail
+#  cancel a download (need to implement more cancel stuff)