~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to zcml/override-includes/pagetestlayer-configure-testing.zcml

  • Committer: Ian Booth
  • Date: 2011-12-23 13:48:28 UTC
  • mto: This revision was merged to the branch mainline in revision 14595.
  • Revision ID: ian.booth@canonical.com-20111223134828-i6tlk56o433bstng
Write tests to ensure limited view permission for teams works with the API

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
<!-- Copyright 2009 Canonical Ltd.  This software is licensed under the
2
 
     GNU Affero General Public License version 3 (see the file LICENSE).
3
 
-->
4
 
 
5
 
<configure xmlns="http://namespaces.zope.org/zope" >
6
 
 
7
 
  <!-- When running the test suite, apply PageTestLayer as the default
8
 
       skin. -->
9
 
  <adapter
10
 
      for="zope.publisher.interfaces.browser.IBrowserRequest"
11
 
      provides="zope.publisher.interfaces.browser.IDefaultSkin"
12
 
      factory="lp.layers.PageTestLayer"
13
 
      />
14
 
 
15
 
</configure>