Skip to content

Commit

Permalink
Remove use of browser:layer in test.
Browse files Browse the repository at this point in the history
  • Loading branch information
philikon committed Feb 21, 2006
1 parent c98f5ab commit bf21b6a
Show file tree
Hide file tree
Showing 2 changed files with 416 additions and 0 deletions.
22 changes: 22 additions & 0 deletions browser/tests/addmenuitems.zcml
Original file line number Diff line number Diff line change
@@ -0,0 +1,22 @@
<configure
xmlns="http://namespaces.zope.org/zope"
xmlns:browser="http://namespaces.zope.org/browser"
i18n_domain="zope">

<browser:addform
schema=".tests.test_menudirectives.I1"
name="add2.html"
content_factory=".tests.test_menudirectives.C1"
permission="zope.Public"
layer="zope.app.publisher.browser.tests.test_addMenuItem.ILayerStub"
/>

<browser:addMenuItem
class=".tests.test_menudirectives.I1"
title="Add menu Item"
view="add2.html"
permission="zope.Public"
layer="zope.app.publisher.browser.tests.test_addMenuItem.ILayerStub"
/>

</configure>
Loading

0 comments on commit bf21b6a

Please sign in to comment.