[Zope-Checkins] CVS: Zope/lib/python/Zope/Startup/tests - test_schema.py:1.2.2.3
Fred L. Drake, Jr.
fred@zope.com
Tue, 18 Mar 2003 13:46:05 -0500
Update of /cvs-repository/Zope/lib/python/Zope/Startup/tests
In directory cvs.zope.org:/tmp/cvs-serv3785
Modified Files:
Tag: new-install-branch
test_schema.py
Log Message:
Remove the original test from this package; the other tests now cover
this (loading of the Zope configuration schema).
=== Zope/lib/python/Zope/Startup/tests/test_schema.py 1.2.2.2 => 1.2.2.3 ===
--- Zope/lib/python/Zope/Startup/tests/test_schema.py:1.2.2.2 Tue Feb 25 11:43:15 2003
+++ Zope/lib/python/Zope/Startup/tests/test_schema.py Tue Mar 18 13:46:04 2003
@@ -27,9 +27,6 @@
class StartupTestCase(unittest.TestCase):
- def test_load_schema(self):
- Zope.Startup.getSchema()
-
def test_load_config_template(self):
schema = Zope.Startup.getSchema()
cfg = getConfiguration()