]> git.rkrishnan.org Git - tahoe-lafs/zfec.git/commitdiff
zfec: trivial reformatting of unit test names
authorzooko <zooko@zooko.com>
Sun, 30 Sep 2007 22:31:01 +0000 (04:01 +0530)
committerzooko <zooko@zooko.com>
Sun, 30 Sep 2007 22:31:01 +0000 (04:01 +0530)
darcs-hash:f3e646c46fcbf21afe15bd0d97b43831794ae07c

zfec/zfec/test/test_zfec.py

index b997fa166716505071c4cae02765ed47df834342..d87d91d9c84498a0fda33eed59b0691190e45220 100755 (executable)
@@ -154,21 +154,21 @@ class FileFec(unittest.TestCase):
     def test_filefec_all_shares(self):
         return self._help_test_filefec("Yellow Whirled!", 3, 8)
 
+    def test_filefec_all_shares_1_b(self):
+        return self._help_test_filefec("Yellow Whirled!", 4, 16)
+
     def test_filefec_all_shares_2(self):
         return self._help_test_filefec("Yellow Whirled", 3, 8)
 
+    def test_filefec_all_shares_2_b(self):
+        return self._help_test_filefec("Yellow Whirled", 4, 16)
+
     def test_filefec_all_shares_3(self):
         return self._help_test_filefec("Yellow Whirle", 3, 8)
 
     def test_filefec_all_shares_3_b(self):
         return self._help_test_filefec("Yellow Whirle", 4, 16)
 
-    def test_filefec_all_shares_2_b(self):
-        return self._help_test_filefec("Yellow Whirled", 4, 16)
-
-    def test_filefec_all_shares_1_b(self):
-        return self._help_test_filefec("Yellow Whirled!", 4, 16)
-
     def test_filefec_all_shares_with_padding(self, noisy=VERBOSE):
         return self._help_test_filefec("Yellow Whirled!A", 3, 8)