From: <fwi...@us...> - 2008-10-15 20:23:43
|
Revision: 5403 http://jython.svn.sourceforge.net/jython/?rev=5403&view=rev Author: fwierzbicki Date: 2008-10-15 20:23:35 +0000 (Wed, 15 Oct 2008) Log Message: ----------- test077.py is well tested in our current unit tests. Removed Paths: ------------- trunk/jython/bugtests/test077.py Deleted: trunk/jython/bugtests/test077.py =================================================================== --- trunk/jython/bugtests/test077.py 2008-10-15 20:22:02 UTC (rev 5402) +++ trunk/jython/bugtests/test077.py 2008-10-15 20:23:35 UTC (rev 5403) @@ -1,11 +0,0 @@ -""" -Basic test of exec -""" - -import support - -exec "a = 'spam'" in globals() - -support.compare(a, "spam") - - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |