summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--test/test_pyeclib_c.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/test_pyeclib_c.py b/test/test_pyeclib_c.py
index 4975840..2ca17c2 100644
--- a/test/test_pyeclib_c.py
+++ b/test/test_pyeclib_c.py
@@ -278,12 +278,12 @@ class TestPyECLib(unittest.TestCase):
return format(throughput, '.10g')
def test_xor_code(self):
- if "flat_xor_hd" not in VALID_EC_TYPES:
+ if "flat_xor_hd_3" not in VALID_EC_TYPES:
print("xor backend is not available in your enviromnet, skipping test")
return
for (ec_type, k, m, hd) in self.xor_types:
- print(("\nRunning tests for %s k=%d, m=%d, hd=%d" % (ec_type, k, m, hd)))
+ print(("\nRunning tests for flat_xor_hd k=%d, m=%d, hd=%d" % (k, m, hd)))
for size_str in self.sizes:
avg_time = self.time_encode(k, m, ec_type.value, hd,