From: <fwi...@us...> - 2008-10-15 20:10:53
|
Revision: 5400 http://jython.svn.sourceforge.net/jython/?rev=5400&view=rev Author: fwierzbicki Date: 2008-10-15 20:10:46 +0000 (Wed, 15 Oct 2008) Log Message: ----------- ? was replaced by <module> in info. Modified Paths: -------------- trunk/jython/bugtests/test107.py Modified: trunk/jython/bugtests/test107.py =================================================================== --- trunk/jython/bugtests/test107.py 2008-10-15 17:06:58 UTC (rev 5399) +++ trunk/jython/bugtests/test107.py 2008-10-15 20:10:46 UTC (rev 5400) @@ -53,7 +53,7 @@ g = getinfo() support.compare(g[0], "(__main__|test107)") support.compare(g[1], "None") -support.compare(g[2], "\\?") +support.compare(g[2], "<module>") foo() Bar().baz() This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |