[z3-checkins] r5158 - z3/Five/trunk/tests/products/FiveTest
faassen at codespeak.net
faassen at codespeak.net
Thu Jun 17 22:47:11 MEST 2004
Author: faassen
Date: Thu Jun 17 22:47:11 2004
New Revision: 5158
Added:
z3/Five/trunk/tests/products/FiveTest/condor.pt
z3/Five/trunk/tests/products/FiveTest/flamingo.pt
z3/Five/trunk/tests/products/FiveTest/flamingo2.pt
z3/Five/trunk/tests/products/FiveTest/owl.pt
Log:
Oops, forgot to check in these.
Added: z3/Five/trunk/tests/products/FiveTest/condor.pt
==============================================================================
--- (empty file)
+++ z3/Five/trunk/tests/products/FiveTest/condor.pt Thu Jun 17 22:47:11 2004
@@ -0,0 +1,3 @@
+<p tal:content="context/mymethod">Alpha</p>
+<p tal:content="view/eagle">Beta</p>
+<div tal:replace="structure views/flamingo.html">Gamma</div>
\ No newline at end of file
Added: z3/Five/trunk/tests/products/FiveTest/flamingo.pt
==============================================================================
--- (empty file)
+++ z3/Five/trunk/tests/products/FiveTest/flamingo.pt Thu Jun 17 22:47:11 2004
@@ -0,0 +1 @@
+<p tal:content="python:context.mymethod()">Replaced</p>
\ No newline at end of file
Added: z3/Five/trunk/tests/products/FiveTest/flamingo2.pt
==============================================================================
--- (empty file)
+++ z3/Five/trunk/tests/products/FiveTest/flamingo2.pt Thu Jun 17 22:47:11 2004
@@ -0,0 +1 @@
+<p tal:content="context/mymethod">Replaced</p>
\ No newline at end of file
Added: z3/Five/trunk/tests/products/FiveTest/owl.pt
==============================================================================
--- (empty file)
+++ z3/Five/trunk/tests/products/FiveTest/owl.pt Thu Jun 17 22:47:11 2004
@@ -0,0 +1 @@
+<p tal:content="python:1+1">Some content</p>
\ No newline at end of file
More information about the z3-checkins
mailing list