[Zope-Checkins] CVS: Packages/ZConfig/tests - test_schema.py:1.1.2.27

Fred L. Drake, Jr. fred@zope.com
Thu, 19 Dec 2002 10:31:59 -0500


I committed:
 > Modified Files:
 >       Tag: zconfig-schema-devel-branch
 > 	test_schema.py 
 > Log Message:
 > Basic support for supporting arbitrary keys as <key name="+".../>
 > (also multikeys).
...
 > +    def test_arbitrary_key_bad_schema(self):
 > +        self.assertRaises(ZConfig.ConfigurationError,
 > +                          self.load_config_text,
 > +                          "<schema>"
 > +                          "  <key name='+' attribute='attr1'/>"
 > +                          "  <key name='+' attribute='attr2'/>"
 > +                          "</schema>")
 > +

This was a scrollback-history accident, and has been reverted.  Sorry!

(It'll be re-added later, but not until the test passes. ;)


  -Fred

-- 
Fred L. Drake, Jr.  <fred at zope.com>
PythonLabs at Zope Corporation