From: <fwi...@us...> - 2008-10-16 20:22:24
|
Revision: 5441 http://jython.svn.sourceforge.net/jython/?rev=5441&view=rev Author: fwierzbicki Date: 2008-10-16 20:22:15 +0000 (Thu, 16 Oct 2008) Log Message: ----------- test_glob thoroughly tests glob. Removed Paths: ------------- trunk/jython/bugtests/test134.py Deleted: trunk/jython/bugtests/test134.py =================================================================== --- trunk/jython/bugtests/test134.py 2008-10-16 20:19:50 UTC (rev 5440) +++ trunk/jython/bugtests/test134.py 2008-10-16 20:22:15 UTC (rev 5441) @@ -1,11 +0,0 @@ -""" - -""" - -import support - -import glob -l = glob.glob('*') - -if l[0][:2] == "//": - raise support.TestError("cwd files should not start with //") This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |