[Docstring-checkins] CVS: dps/test/test_transforms test_substitutions.py,1.2,1.3
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-06 03:11:28
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv12466/dps/test/test_transforms Modified Files: test_substitutions.py Log Message: updated Index: test_substitutions.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_substitutions.py,v retrieving revision 1.2 retrieving revision 1.3 diff -C2 -d -r1.2 -r1.3 *** test_substitutions.py 2002/01/30 04:43:23 1.2 --- test_substitutions.py 2002/02/06 03:11:25 1.3 *************** *** 21,25 **** def suite(): ! parser = Parser(debug=UnitTestFolder.debug) s = DPSTestSupport.TransformTestSuite(parser) s.generateTests(totest) --- 21,25 ---- def suite(): ! parser = Parser() s = DPSTestSupport.TransformTestSuite(parser) s.generateTests(totest) *************** *** 53,57 **** unknown substitution. ! <system_warning level="2"> <paragraph> Undefined substitution referenced: "unknown". --- 53,57 ---- unknown substitution. ! <system_warning level="3" type="ERROR"> <paragraph> Undefined substitution referenced: "unknown". |