[Zope3-checkins] CVS: Zope3/src/zope/app/utilities/tests - test_schemautility.py:1.1.2.2

Stephan Richter srichter at cosmos.phy.tufts.edu
Thu Aug 14 19:52:48 EDT 2003


Update of /cvs-repository/Zope3/src/zope/app/utilities/tests
In directory cvs.zope.org:/tmp/cvs-serv26603/utilities/tests

Modified Files:
      Tag: dreamcatcher-ttwschema-branch
	test_schemautility.py 
Log Message:
Well, now I am proud of myself; I wrote all this code and broke no tests,
except something tiny in our new code.


=== Zope3/src/zope/app/utilities/tests/test_schemautility.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/utilities/tests/test_schemautility.py:1.1.2.1	Tue Aug 12 13:38:59 2003
+++ Zope3/src/zope/app/utilities/tests/test_schemautility.py	Thu Aug 14 18:52:43 2003
@@ -22,7 +22,8 @@
 class SchemaUtilityTests(TestCase):
 
     def setUp(self):
-        self.s = SchemaUtility('IFoo')
+        self.s = SchemaUtility()
+        self.s.setName('IFoo')
         self.alpha = Text(title=u"alpha")
 
     def test_addField(self):




More information about the Zope3-Checkins mailing list