[Checkins] SVN: Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftest fixing tests

Christian Klinger cklinger at novareto.de
Tue Mar 9 05:24:55 EST 2010


Log message for revision 109868:
  fixing tests

Changed:
  U   Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftesting.zcml
  U   Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftests/directives/app.py

-=-
Modified: Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftesting.zcml
===================================================================
--- Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftesting.zcml	2010-03-09 10:12:04 UTC (rev 109867)
+++ Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftesting.zcml	2010-03-09 10:24:54 UTC (rev 109868)
@@ -12,7 +12,7 @@
   <include package="zope.app.authentication" />
 
 
-  <include package="grokcore.view" file="meta-minimal.zcml" />
+  <include package="grokcore.view" file="meta.zcml" />
   <include package="grokcore.view" />
 
   <include package="d2m.rendersource" />

Modified: Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftests/directives/app.py
===================================================================
--- Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftests/directives/app.py	2010-03-09 10:12:04 UTC (rev 109867)
+++ Sandbox/cklinger/d2m.rendersource/trunk/src/d2m/rendersource/ftests/directives/app.py	2010-03-09 10:24:54 UTC (rev 109868)
@@ -35,7 +35,7 @@
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
    <meta name="generator" content="Docutils 0.6: http://docutils.sourceforge.net/" />
    <title></title>
-   <link rel="stylesheet" href="http://localhost/app/&#64;&#64;/d2m.rendersource.ftests.directives/grok.css" type="text/css" />
+   <link rel="stylesheet" href="http://localhost/&#64;&#64;/d2m.rendersource.ftests.directives/grok.css" type="text/css" />
    </head>
    <body>
    <div class="document">
@@ -75,9 +75,11 @@
 class Application(grokcore.component.Context):
     pass
 
+
 class Index(grokcore.view.View):
-    pass # see app_templates/index.pt
+    grokcore.component.name('index.html')
 
+
 class Base(grokcore.view.View):
     
     def namespace(self):



More information about the checkins mailing list