From: <fwi...@us...> - 2008-10-15 20:38:01
|
Revision: 5405 http://jython.svn.sourceforge.net/jython/?rev=5405&view=rev Author: fwierzbicki Date: 2008-10-15 20:37:54 +0000 (Wed, 15 Oct 2008) Log Message: ----------- "find" is well tested and doesn't need this extra test. Removed Paths: ------------- trunk/jython/bugtests/test079.py Deleted: trunk/jython/bugtests/test079.py =================================================================== --- trunk/jython/bugtests/test079.py 2008-10-15 20:35:18 UTC (rev 5404) +++ trunk/jython/bugtests/test079.py 2008-10-15 20:37:54 UTC (rev 5405) @@ -1,12 +0,0 @@ -""" - -""" - -import support - -import string -a = "From: user@host" -b = string.find(a, ":") - -if b != 4: - raise support.TestError("string.find error" + `b`) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |