Thread: [Docstring-checkins] CVS: dps/test/test_transforms test_docinfo.py,1.3,1.4
Status: Pre-Alpha
Brought to you by:
goodger
From: David G. <go...@us...> - 2002-02-06 03:10:41
|
Update of /cvsroot/docstring/dps/test/test_transforms In directory usw-pr-cvs1:/tmp/cvs-serv11308/dps/test/test_transforms Modified Files: test_docinfo.py Log Message: updated Index: test_docinfo.py =================================================================== RCS file: /cvsroot/docstring/dps/test/test_transforms/test_docinfo.py,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** test_docinfo.py 2002/01/30 04:42:50 1.3 --- test_docinfo.py 2002/02/06 03:10:38 1.4 *************** *** 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) *************** *** 103,107 **** <paragraph> Abstract 2 (should generate a warning). ! <system_warning level="2"> <paragraph> There can only be one abstract. --- 103,107 ---- <paragraph> Abstract 2 (should generate a warning). ! <system_warning level="2" type="WARNING"> <paragraph> There can only be one abstract. *************** *** 142,146 **** <paragraph> must be a paragraph ! <system_warning level="2"> <paragraph> Cannot extract bibliographic field "Author" containing anything other than a single paragraph. --- 142,146 ---- <paragraph> must be a paragraph ! <system_warning level="2" type="WARNING"> <paragraph> Cannot extract bibliographic field "Author" containing anything other than a single paragraph. *************** *** 153,157 **** <paragraph> paragraph. ! <system_warning level="2"> <paragraph> Cannot extract compound bibliographic field "Date". --- 153,157 ---- <paragraph> paragraph. ! <system_warning level="2" type="WARNING"> <paragraph> Cannot extract compound bibliographic field "Date". *************** *** 160,164 **** Version <field_body> ! <system_warning level="2"> <paragraph> Cannot extract empty bibliographic field "Version". --- 160,164 ---- Version <field_body> ! <system_warning level="2" type="WARNING"> <paragraph> Cannot extract empty bibliographic field "Version". *************** *** 239,243 **** Authors <field_body> ! <system_warning level="2"> <paragraph> Cannot extract empty bibliographic field "Authors". --- 239,243 ---- Authors <field_body> ! <system_warning level="2" type="WARNING"> <paragraph> Cannot extract empty bibliographic field "Authors". *************** *** 253,257 **** <paragraph> Two ! <system_warning level="2"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. --- 253,257 ---- <paragraph> Two ! <system_warning level="2" type="WARNING"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. *************** *** 263,267 **** <list_item> <list_item> ! <system_warning level="2"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. --- 263,267 ---- <list_item> <list_item> ! <system_warning level="2" type="WARNING"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. *************** *** 276,280 **** <paragraph> Two ! <system_warning level="2"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. --- 276,280 ---- <paragraph> Two ! <system_warning level="2" type="WARNING"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. *************** *** 289,293 **** <paragraph> Two ! <system_warning level="2"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. --- 289,293 ---- <paragraph> Two ! <system_warning level="2" type="WARNING"> <paragraph> Bibliographic field "Authors" incompatible with extraction: it must contain either a single paragraph (with authors separated by one of ";,"), multiple paragraphs (one per author), or a bullet list with one paragraph (one author) per item. |