Changeset 5308 for main/waeup.sirp/branches/ulif-fasttables/src
- Timestamp:
- 22 Jul 2010, 01:09:58 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
main/waeup.sirp/branches/ulif-fasttables/src/waeup/sirp/widgets/tests/test_objectwidget.py
r5307 r5308 26 26 implements(ITestContact) 27 27 28 class ITestContent(Interface): 29 foo = Object( 30 ITestContact, 31 title = u'Foo Title', 32 description = u'', 33 ) 34 28 35 class ObjectWidgetInputErrorView(object): 29 36 implements(IWidgetInputErrorView) … … 53 60 IInputWidget) 54 61 55 class ITestContent(Interface):56 foo = self._FieldFactory(57 ITestContact,58 title=title,59 description=desc60 )61 62 class TestObject(object): 62 63 implements(ITestContent)
Note: See TracChangeset for help on using the changeset viewer.