From: <fwi...@us...> - 2008-10-15 20:35:30
|
Revision: 5404 http://jython.svn.sourceforge.net/jython/?rev=5404&view=rev Author: fwierzbicki Date: 2008-10-15 20:35:18 +0000 (Wed, 15 Oct 2008) Log Message: ----------- test078.py is outdated. Removed Paths: ------------- trunk/jython/bugtests/test078.py Deleted: trunk/jython/bugtests/test078.py =================================================================== --- trunk/jython/bugtests/test078.py 2008-10-15 20:23:35 UTC (rev 5403) +++ trunk/jython/bugtests/test078.py 2008-10-15 20:35:18 UTC (rev 5404) @@ -1,11 +0,0 @@ -""" -__file__ should not be defined when eval. -""" - -import support - -try: - eval('__file__') -except NameError, e: - support.compare(e, "__file__") - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |