Commit e420429a authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

more precise assertions.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40429 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 0c49ba1c
......@@ -34,7 +34,7 @@
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<value> <unicode encoding="cdata"><![CDATA[
<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
......@@ -70,7 +70,7 @@
</tr>\n
<tr>\n
<td>open</td>\n
<td>${base_url}/foo_module/view</td>\n
<td>${base_url}/foo_module</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -128,7 +128,7 @@
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/FooModule_viewFooList*" />\n
<td>regexp:${base_url}/foo_module/FooModule_viewFooList(\\?|$)</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -139,10 +139,9 @@
\n
</tbody></table>\n
</body>\n
</html>\n
</html>
]]></string> </value>
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -156,9 +155,13 @@
<key> <string>id</string> </key>
<value> <string>testSelectionPreviousNextButtons</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
......
......@@ -2,10 +2,7 @@
<ZopeData>
<record id="1" aka="AAAAAAAAAAE=">
<pickle>
<tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
</pickle>
<pickle>
<dictionary>
......@@ -37,7 +34,7 @@
</item>
<item>
<key> <string>_text</string> </key>
<value> <string encoding="cdata"><![CDATA[
<value> <unicode encoding="cdata"><![CDATA[
<html xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal">\n
......@@ -74,7 +71,7 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n
</tr>\n
<tr>\n
<td>open</td>\n
<td>${base_url}/foo_module/view</td>\n
<td>${base_url}/foo_module</td>\n
<td></td>\n
</tr>\n
<tr>\n
......@@ -95,16 +92,15 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
<td tal:content="string:glob:${here/portal_url}/foo_module/0/Base_viewHistory*" />\n
<td>regexp:${base_url}/foo_module/0/Base_viewHistory(\\?|$)</td>\n
<td></td>\n
</tr>\n
\n
</tbody></table>\n
</body>\n
</html>\n
</html>
]]></string> </value>
]]></unicode> </value>
</item>
<item>
<key> <string>content_type</string> </key>
......@@ -118,9 +114,13 @@ keeps `form_id`. This test doesn\'t test problems from #217</td></tr>\n
<key> <string>id</string> </key>
<value> <string>testSelectionPreviousNextButtonsKeepsFormId</string> </value>
</item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item>
<key> <string>title</string> </key>
<value> <string></string> </value>
<value> <unicode></unicode> </value>
</item>
</dictionary>
</pickle>
......
640
\ No newline at end of file
641
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment