~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to configs/testrunner-appserver/yuitest.zcml

  • Committer: Launchpad Patch Queue Manager
  • Date: 2011-09-22 19:59:40 UTC
  • mfrom: (13992.1.4 yuixhr)
  • Revision ID: launchpad@pqm.canonical.com-20110922195940-7y8d2fzivvo7fuoy
[r=deryck][bug=724609][no-qa][incr] Add the ability to write app
        integration tests with YUI.

Show diffs side-by-side

added added

removed removed

Lines of Context:
7
7
    xmlns:browser="http://namespaces.zope.org/browser">
8
8
 
9
9
    <browser:page
10
 
        name="+yui-unittest"
 
10
        name="+yuitest"
11
11
        for="canonical.launchpad.webapp.interfaces.ILaunchpadRoot"
12
 
        class="lp.testing.views.YUITestFileView"
 
12
        class="lp.testing.yuixhr.YUITestFixtureControllerView"
13
13
        attribute="__call__"
14
14
        permission="zope.Public"/>
15
15