[Docstring-checkins] CVS: dps/test/test_transforms test_footnotes.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-01-30 04:43:07
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv20626/dps/test/test_transforms Modified Files: test_footnotes.py Log Message: updated Index: test_footnotes.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_footnotes.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_footnotes.py 2002/01/29 02:17:52 1.2 --- test_footnotes.py 2002/01/30 04:43:05 1.3 *************** *** 21,26 **** def suite(): ! parser = Parser(warninglevel=4, errorlevel=4, languagecode='en', ! debug=UnitTestFolder.debug) s = DPSTestSupport.TransformTestSuite(parser) s.generateTests(totest) --- 21,25 ---- def suite(): ! parser = Parser(debug=UnitTestFolder.debug) s = DPSTestSupport.TransformTestSuite(parser) s.generateTests(totest) |