[Zope-CVS] CVS: Products/CompositePage/tests - test_macro.py:1.3
Shane Hathaway
shane at zope.com
Sat Dec 27 17:57:15 EST 2003
Update of /cvs-repository/Products/CompositePage/tests
In directory cvs.zope.org:/tmp/cvs-serv20150/tests
Modified Files:
test_macro.py
Log Message:
Add inline views (with an inline view selector) and tidied here and there.
=== Products/CompositePage/tests/test_macro.py 1.2 => 1.3 ===
--- Products/CompositePage/tests/test_macro.py:1.2 Wed Nov 5 15:04:51 2003
+++ Products/CompositePage/tests/test_macro.py Sat Dec 27 17:56:44 2003
@@ -72,7 +72,9 @@
def testRender(self):
c = self.composite
rendered = renderMacro(c.template, "page", c)
- expected = "<html><body><div><b>Slot A</b></div></body></html>"
+ expected = ('<html><body>'
+ '<div class="slot_header"></div><div><b>Slot A</b></div>'
+ '<div class="slot_header"></div></body></html>')
self.assertTextEqual(rendered, expected)
More information about the Zope-CVS
mailing list