~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to script-testing.zcml

  • Committer: Michael Hudson
  • Date: 2010-03-18 21:30:51 UTC
  • mto: This revision was merged to the branch mainline in revision 10548.
  • Revision ID: michael.hudson@canonical.com-20100318213051-c4dwbywxxcalxtmz
really really always use direct delivery in zopeless tests & renable sampledata-setup.txt

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
<!-- Copyright 2010 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
    <include file="script.zcml" />
 
7
    <includeOverrides files="package-includes/*-configure-testing.zcml" />
 
8
</configure>