/rev/b428f2b066c5
changeset: 1311:b428f2b066c5
user:      Martin Geisler <[email protected]>
date:      Mon Oct 19 17:21:03 2009 +0200
summary:   test_orlandi_runtime: two tests had the same name

diffstat:

 viff/test/test_orlandi_runtime.py |  4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diffs (21 lines):

diff -r 698b1359b788 -r b428f2b066c5 viff/test/test_orlandi_runtime.py
--- a/viff/test/test_orlandi_runtime.py Mon Oct 19 17:16:46 2009 +0200
+++ b/viff/test/test_orlandi_runtime.py Mon Oct 19 17:21:03 2009 +0200
@@ -485,7 +485,7 @@
         y2 = runtime.shift([1], self.Zp, y1)
 
     @protocol
-    def test_sum_poly(self, runtime):
+    def test_sum_poly1(self, runtime):
         """Test implementation of sum_poly."""
 
         self.Zp = 
GF(6277101735386680763835789423176059013767194773182842284081)
@@ -503,7 +503,7 @@
         return x
 
     @protocol
-    def test_sum_poly(self, runtime):
+    def test_sum_poly2(self, runtime):
         """Test implementation of sum_poly."""
 
         self.Zp = 
GF(6277101735386680763835789423176059013767194773182842284081)
_______________________________________________
viff-commits mailing list
[email protected]
http://lists.viff.dk/listinfo.cgi/viff-commits-viff.dk

Reply via email to