~launchpad-pqm/launchpad/devel

« back to all changes in this revision

Viewing changes to lib/lp/testopenid/browser/configure.zcml

  • Committer: Danilo Segan
  • Date: 2011-04-22 14:02:29 UTC
  • mto: This revision was merged to the branch mainline in revision 12910.
  • Revision ID: danilo@canonical.com-20110422140229-zhq4d4c2k8jpglhf
Ignore hidden files when building combined JS file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
        />
15
15
 
16
16
    <adapter
17
 
        provides="lp.services.webapp.interfaces.ICanonicalUrlData"
 
17
        provides="canonical.launchpad.webapp.interfaces.ICanonicalUrlData"
18
18
        for="..interfaces.server.ITestOpenIDApplication"
19
19
        factory=".server.TestOpenIDRootUrlData"
20
20
        />
65
65
    <browser:page
66
66
        name=""
67
67
        for="..interfaces.server.ITestOpenIDApplication"
68
 
        class="lp.app.browser.launchpad.LaunchpadImageFolder"
 
68
        class="canonical.launchpad.browser.launchpad.LaunchpadImageFolder"
69
69
        permission="zope.Public"
70
 
        layer="lp.layers.TestOpenIDLayer"
 
70
        layer="canonical.launchpad.layers.TestOpenIDLayer"
71
71
        />
72
72
 
73
73
    <!-- A simple view used by the page tests. -->
76
76
        name="+echo"
77
77
        permission="zope.Public"
78
78
        class="..testing.helpers.EchoView"
79
 
        layer="lp.layers.PageTestLayer"
 
79
        layer="canonical.launchpad.layers.PageTestLayer"
80
80
        />
81
81
 
82
82
</configure>