summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKevin Greenan <kmgreen2@gmail.com>2015-02-28 16:35:59 -0800
committerKevin Greenan <kmgreen2@gmail.com>2015-02-28 16:36:49 -0800
commitf39545ac3ac84fb1d53f0b3db0f63ed66d21d6c1 (patch)
tree7a9d1c805603f578fa73ca4ed5f4f8b4f0bf9a37
parenta01eadae76bb15872f43a8229e6ed697b3f35313 (diff)
downloadpyeclib-f39545ac3ac84fb1d53f0b3db0f63ed66d21d6c1.tar.gz
Update the test output now that we properly use HD 3 or 4 (again!)
-rw-r--r--test/test_pyeclib_c.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/test_pyeclib_c.py b/test/test_pyeclib_c.py
index eafb1f3..8c4f39e 100644
--- a/test/test_pyeclib_c.py
+++ b/test/test_pyeclib_c.py
@@ -269,7 +269,7 @@ class TestPyECLib(unittest.TestCase):
def test_xor_code(self):
for (ec_type, k, m, hd) in self.xor_types:
- print(("\nRunning tests for %s k=%d, m=%d" % (ec_type, k, m)))
+ print(("\nRunning tests for %s k=%d, m=%d, hd=%d" % (ec_type, k, m, hd)))
for size_str in self.sizes:
avg_time = self.time_encode(k, m, ec_type.value, hd,