From: Brian Warner <warner@allmydata.com>
Date: Wed, 18 Apr 2007 03:28:19 +0000 (-0700)
Subject: test_system: minor comment
X-Git-Tag: tahoe_v0.1.0-0-UNSTABLE~72
X-Git-Url: https://git.rkrishnan.org/simplejson/components/com_hotproperty/index.html?a=commitdiff_plain;h=a4d7607a9ec24f7c68504255c754b027b4e7a49b;p=tahoe-lafs%2Ftahoe-lafs.git

test_system: minor comment
---

diff --git a/src/allmydata/test/test_system.py b/src/allmydata/test/test_system.py
index b1fc0be6..afd77d54 100644
--- a/src/allmydata/test/test_system.py
+++ b/src/allmydata/test/test_system.py
@@ -126,7 +126,9 @@ class SystemTest(unittest.TestCase):
             # we crank the max segsize down to 1024b for the duration of this
             # test, so we can exercise multiple segments. It is important
             # that this is not a multiple of the segment size, so that the
-            # tail segment is not the same length as the others.
+            # tail segment is not the same length as the others. This actualy
+            # gets rounded up to 1025 to be a multiple of the number of
+            # required shares (since we use 25 out of 100 FEC).
             options = {"max_segment_size": 1024}
             d1 = u.upload_data(DATA, options)
             return d1