From: <fwi...@us...> - 2008-10-16 20:24:22
|
Revision: 5442 http://jython.svn.sourceforge.net/jython/?rev=5442&view=rev Author: fwierzbicki Date: 2008-10-16 20:24:04 +0000 (Thu, 16 Oct 2008) Log Message: ----------- This really just tests that copy.copy exists. We run the real test_copy and so have no need for this test. Removed Paths: ------------- trunk/jython/bugtests/test135.py Deleted: trunk/jython/bugtests/test135.py =================================================================== --- trunk/jython/bugtests/test135.py 2008-10-16 20:22:15 UTC (rev 5441) +++ trunk/jython/bugtests/test135.py 2008-10-16 20:24:04 UTC (rev 5442) @@ -1,16 +0,0 @@ -""" - -""" - -import support - -class A: - pass - -a = A() -import copy -b = copy.copy(a) -#print b -#print a - -#raise support.TestError("" + `x`) This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |