Skip to content

Commit

Permalink
start fixing tests
Browse files Browse the repository at this point in the history
  • Loading branch information
goschtl committed Apr 29, 2012
1 parent 120b869 commit bc47532
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 1 deletion.
13 changes: 13 additions & 0 deletions src/grokcore/catalog/ftesting.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:grok="http://namespaces.zope.org/grok"
i18n_domain="grokcore.catalog"
package="grokcore.catalog">

<include package="zope.app.appsetup" file="ftesting.zcml" />

<include package="grokcore.catalog" file="meta.zcml" />

<grok:grok package="grokcore.catalog.ftests" />

</configure>
2 changes: 1 addition & 1 deletion src/grokcore/catalog/ftests/catalog/catalog.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ def setup_catalog(catalog):


class IMammoth(interface.Interface):
name = interface.Attribute()
name = interface.Attribute('name')


class Mammoth(Model):
Expand Down

0 comments on commit bc47532

Please sign in to comment.