Author: guido.van.rossum
Date: Tue Jun 12 02:41:02 2007
New Revision: 55920

Modified:
   python/branches/py3k-struni/Lib/test/test_frozen.py
Log:
Seems this test is just fine.  It fails because __phello__.spam
doesn't exist, but that seems a separate issue.


Modified: python/branches/py3k-struni/Lib/test/test_frozen.py
==============================================================================
--- python/branches/py3k-struni/Lib/test/test_frozen.py (original)
+++ python/branches/py3k-struni/Lib/test/test_frozen.py Tue Jun 12 02:41:02 2007
@@ -10,8 +10,6 @@
 from test.test_support import TestFailed
 import sys, os
 
-raise TestFailed, "test currently causes assertion in debug mode"
-
 try:
     import __hello__
 except ImportError as x:
_______________________________________________
Python-3000-checkins mailing list
[email protected]
http://mail.python.org/mailman/listinfo/python-3000-checkins

Reply via email to