Kaydet (Commit) ab364c43 authored tarafından Neal Norwitz's avatar Neal Norwitz

Name the main method correctly so the test is run

üst 70cea58c
......@@ -684,7 +684,7 @@ class XmlReaderTest(XmlTestBase):
self.assertRaises(SAXParseException, parser.parse, sio)
def unittest_main():
def test_main():
run_unittest(MakeParserTest,
SaxutilsTest,
XmlgenTest,
......@@ -693,4 +693,4 @@ def unittest_main():
XmlReaderTest)
if __name__ == "__main__":
unittest_main()
test_main()
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment