Revision: 5412
http://jython.svn.sourceforge.net/jython/?rev=5412&view=rev
Author: fwierzbicki
Date: 2008-10-16 01:53:07 +0000 (Thu, 16 Oct 2008)
Log Message:
-----------
Just tests the existance of a __name__ and __doc__ for the exceptions module.
Not enough of a test to preserve.
Removed Paths:
-------------
trunk/jython/bugtests/test097.py
Deleted: trunk/jython/bugtests/test097.py
===================================================================
--- trunk/jython/bugtests/test097.py 2008-10-16 01:48:49 UTC (rev 5411)
+++ trunk/jython/bugtests/test097.py 2008-10-16 01:53:07 UTC (rev 5412)
@@ -1,14 +0,0 @@
-"""
-Check properites of the exceptions module.
-"""
-
-
-import support
-
-import exceptions
-
-support.compare(exceptions.__doc__, "standard exception class hierarchy")
-support.compare(exceptions.__name__, "exceptions")
-#support.compare(exceptions.__file__, r"Lib\\exceptions.py")
-
-
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|