[Zope-Coders] Zope test results (head)

background@shane.digicool.com background@shane.digicool.com
Mon, 22 Oct 2001 16:08:18 -0400 (EDT)


======================================================================
ERROR: check every item of the tree
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/BTrees/tests/testBTreesUnicode.py", line 29, in test1
    self.assertEqual(self.tree[k], v)
UnicodeError: ASCII decoding error: ordinal not in range(128)
======================================================================
ERROR: try to access unicode keys in tree
----------------------------------------------------------------------
Traceback (most recent call last):
  File "/home/background/zopetest/lib/python/BTrees/tests/testBTreesUnicode.py", line 35, in test2
    self.assertEqual(self.tree[self.data[-1][0]], self.data[-1][1])
UnicodeError: ASCII decoding error: ordinal not in range(128)
----------------------------------------------------------------------
Ran 939 tests

FAILED (errors=2)

======================================================================
OVERALL FAILED (total errors=2)
---------------------------------------------------------
Differences from last results:
---------------------------------------------------------
--- /home/background/pastresults	Mon Oct 22 16:07:05 2001
+++ results	Mon Oct 22 16:08:18 2001
@@ -1 +1,21 @@
+======================================================================
+ERROR: check every item of the tree
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/home/background/zopetest/lib/python/BTrees/tests/testBTreesUnicode.py", line 29, in test1
+    self.assertEqual(self.tree[k], v)
+UnicodeError: ASCII decoding error: ordinal not in range(128)
+======================================================================
+ERROR: try to access unicode keys in tree
+----------------------------------------------------------------------
+Traceback (most recent call last):
+  File "/home/background/zopetest/lib/python/BTrees/tests/testBTreesUnicode.py", line 35, in test2
+    self.assertEqual(self.tree[self.data[-1][0]], self.data[-1][1])
+UnicodeError: ASCII decoding error: ordinal not in range(128)
+----------------------------------------------------------------------
+Ran 939 tests
 
+FAILED (errors=2)
+
+======================================================================
+OVERALL FAILED (total errors=2)