From: <fwi...@us...> - 2008-10-13 17:31:17
|
Revision: 5385 http://jython.svn.sourceforge.net/jython/?rev=5385&view=rev Author: fwierzbicki Date: 2008-10-13 17:31:05 +0000 (Mon, 13 Oct 2008) Log Message: ----------- disable test_transformer for the same reason we disabled test_compiler: we don't intend to support the parser module compiler relies on, with _ast being the way forward. transformer.py is in the same area of code. Modified Paths: -------------- trunk/jython/Lib/test/regrtest.py Modified: trunk/jython/Lib/test/regrtest.py =================================================================== --- trunk/jython/Lib/test/regrtest.py 2008-10-13 17:19:47 UTC (rev 5384) +++ trunk/jython/Lib/test/regrtest.py 2008-10-13 17:31:05 UTC (rev 5385) @@ -1483,6 +1483,7 @@ test_iterlen test_marshal test_pyclbr + test_transformer 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. |