[Zope3-checkins] CVS: Zope3/src/zope/app/browser/form/tests - test_vocabularywidget.py:1.1.2.2

Fred L. Drake, Jr. fred@zope.com
Fri, 2 May 2003 12:47:54 -0400


Update of /cvs-repository/Zope3/src/zope/app/browser/form/tests
In directory cvs.zope.org:/tmp/cvs-serv16282

Modified Files:
      Tag: schema-vocabulary-branch
	test_vocabularywidget.py 
Log Message:
Enable the test that breaks since this is on a branch.


=== Zope3/src/zope/app/browser/form/tests/test_vocabularywidget.py 1.1.2.1 => 1.1.2.2 ===
--- Zope3/src/zope/app/browser/form/tests/test_vocabularywidget.py:1.1.2.1	Fri May  2 12:39:10 2003
+++ Zope3/src/zope/app/browser/form/tests/test_vocabularywidget.py	Fri May  2 12:47:54 2003
@@ -91,7 +91,7 @@
         field = cls(vocabulary=SampleVocabulary())
         return field, field.bind("Yowza!")
 
-    def donttest_field_indirection(self):
+    def test_field_indirection(self):
         field, bound = self.makeFields(vocabulary.VocabularyField)
         w = getView(bound, "display", TestRequest())