From: <fwi...@us...> - 2008-10-16 17:49:00
|
Revision: 5435 http://jython.svn.sourceforge.net/jython/?rev=5435&view=rev Author: fwierzbicki Date: 2008-10-16 17:48:56 +0000 (Thu, 16 Oct 2008) Log Message: ----------- Very basic test of assert that is no longer needed as assert is well tested. Removed Paths: ------------- trunk/jython/bugtests/test126.py Deleted: trunk/jython/bugtests/test126.py =================================================================== --- trunk/jython/bugtests/test126.py 2008-10-16 17:48:03 UTC (rev 5434) +++ trunk/jython/bugtests/test126.py 2008-10-16 17:48:56 UTC (rev 5435) @@ -1,14 +0,0 @@ -""" - -""" - -import support - -assert(1) - -try: - assert(0) -except AssertionError, e: - pass -else: - raise support.TestError("Should raise an assert") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |