diff options
Diffstat (limited to 'repoze/bfg/tests/fixtureapp')
| -rw-r--r-- | repoze/bfg/tests/fixtureapp/another.zcml | 12 | ||||
| -rw-r--r-- | repoze/bfg/tests/fixtureapp/configure.zcml | 3 |
2 files changed, 15 insertions, 0 deletions
diff --git a/repoze/bfg/tests/fixtureapp/another.zcml b/repoze/bfg/tests/fixtureapp/another.zcml new file mode 100644 index 000000000..f29e7e59e --- /dev/null +++ b/repoze/bfg/tests/fixtureapp/another.zcml @@ -0,0 +1,12 @@ +<configure xmlns="http://namespaces.zope.org/zope" + xmlns:bfg="http://namespaces.repoze.org/bfg" + i18n_domain="repoze.bfg"> + + <bfg:view + view=".views.fixture_view" + for="*" + name="another.html" + permission="repoze.view" + /> + +</configure> diff --git a/repoze/bfg/tests/fixtureapp/configure.zcml b/repoze/bfg/tests/fixtureapp/configure.zcml index dfedda7bb..a56c1cbdf 100644 --- a/repoze/bfg/tests/fixtureapp/configure.zcml +++ b/repoze/bfg/tests/fixtureapp/configure.zcml @@ -18,4 +18,7 @@ request_type=".views.IDummy" /> + <include file="another.zcml"/> + + </configure> |
