From: <zy...@us...> - 2008-09-14 00:08:31
|
Revision: 5328 http://jython.svn.sourceforge.net/jython/?rev=5328&view=rev Author: zyasoft Date: 2008-09-14 00:08:28 +0000 (Sun, 14 Sep 2008) Log Message: ----------- Adds tests: test_copy, test_profilehooks, test_random, test_syntax, test_trace that should be reasonable for Jython (possibly with modifications) Provides coverage for #1738411 Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2008-09-13 19:02:55 UTC (rev 5327) +++ trunk/jython/Lib/test/regrtest.py 2008-09-14 00:08:28 UTC (rev 5328) @@ -1476,19 +1476,13 @@ test_codecmaps_jp test_codecmaps_kr test_codecmaps_tw - test_copy test_dis test_eof test_frozen test_gc test_iterlen test_marshal - test_profilehooks test_pyclbr - test_quopri - test_random - test_syntax - test_trace test_ucn test_xml_etree test_zipimport This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |