[Zodb-checkins] CVS: Zope/lib/python/ZConfig/tests - test_schema.py:1.17

Fred L. Drake, Jr. fred@zope.com
Mon, 24 Mar 2003 12:09:50 -0500


Update of /cvs-repository/Zope/lib/python/ZConfig/tests
In directory cvs.zope.org:/tmp/cvs-serv5874/tests

Modified Files:
	test_schema.py 
Log Message:
Remove method used in only one test.

=== Zope/lib/python/ZConfig/tests/test_schema.py 1.16 => 1.17 ===
--- Zope/lib/python/ZConfig/tests/test_schema.py:1.16	Mon Mar 24 09:53:55 2003
+++ Zope/lib/python/ZConfig/tests/test_schema.py	Mon Mar 24 12:09:49 2003
@@ -38,7 +38,6 @@
     def test_minimal_schema(self):
         schema = self.load_schema_text("<schema/>")
         self.assertEqual(len(schema), 0)
-        self.assertEqual(schema.getchildnames(), [])
         self.assertRaises(IndexError,
                           lambda schema=schema: schema[0])
         self.assertRaises(ZConfig.ConfigurationError,