From: <fwi...@us...> - 2008-10-21 00:41:02
|
Revision: 5494 http://jython.svn.sourceforge.net/jython/?rev=5494&view=rev Author: fwierzbicki Date: 2008-10-21 00:40:55 +0000 (Tue, 21 Oct 2008) Log Message: ----------- This is well tested by existing unit tests. Removed Paths: ------------- trunk/jython/bugtests/test141.py Deleted: trunk/jython/bugtests/test141.py =================================================================== --- trunk/jython/bugtests/test141.py 2008-10-21 00:40:02 UTC (rev 5493) +++ trunk/jython/bugtests/test141.py 2008-10-21 00:40:55 UTC (rev 5494) @@ -1,17 +0,0 @@ -""" - -""" - -import support - -import exceptions - -class A(exceptions.Exception): - def __init__(self, args): - exceptions.Exception.__init__(self, args) - - -support.compare(A, "test141.A|__main__.A") - -#print support.TestError - This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |