Commit a29135f2 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

we no longer have /view in URLs.

git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@40418 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent 2cb91632
...@@ -2,10 +2,7 @@ ...@@ -2,10 +2,7 @@
<ZopeData> <ZopeData>
<record id="1" aka="AAAAAAAAAAE="> <record id="1" aka="AAAAAAAAAAE=">
<pickle> <pickle>
<tuple> <global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<global name="ZopePageTemplate" module="Products.PageTemplates.ZopePageTemplate"/>
<tuple/>
</tuple>
</pickle> </pickle>
<pickle> <pickle>
<dictionary> <dictionary>
...@@ -37,7 +34,7 @@ ...@@ -37,7 +34,7 @@
</item> </item>
<item> <item>
<key> <string>_text</string> </key> <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 <html xmlns:tal="http://xml.zope.org/namespaces/tal"\n
xmlns:metal="http://xml.zope.org/namespaces/metal">\n xmlns:metal="http://xml.zope.org/namespaces/metal">\n
...@@ -77,7 +74,7 @@ ...@@ -77,7 +74,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/web_site_module/view?ignore_layout=1</td>\n <td>${base_url}/web_site_module?ignore_layout=1</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -87,7 +84,7 @@ ...@@ -87,7 +84,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>assertLocation</td>\n <td>assertLocation</td>\n
<td>${base_url}/web_site_module/test_web_site/view*</td>\n <td>regexp:${base_url}/web_site_module/test_web_site(\\?|$)</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -117,7 +114,7 @@ ...@@ -117,7 +114,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/web_site_module/view?ignore_layout=1</td>\n <td>${base_url}/web_site_module?ignore_layout=1</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -127,7 +124,7 @@ ...@@ -127,7 +124,7 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>assertLocation</td>\n <td>assertLocation</td>\n
<td>${base_url}/web_site_module/test_web_site_2/view*</td>\n <td>regexp:${base_url}/web_site_module/test_web_site_2(\\?|$)</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -142,12 +139,12 @@ ...@@ -142,12 +139,12 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>assertLocation</td>\n <td>assertLocation</td>\n
<td>${base_url}/web_site_module/test_web_site/WebSite_view*</td>\n <td>regexp:${base_url}/web_site_module/test_web_site/WebSite_view(\\?|$)</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>open</td>\n <td>open</td>\n
<td>${base_url}/web_site_module/view?ignore_layout=1</td>\n <td>${base_url}/web_site_module?ignore_layout=1</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
<tr>\n <tr>\n
...@@ -167,15 +164,14 @@ ...@@ -167,15 +164,14 @@
</tr>\n </tr>\n
<tr>\n <tr>\n
<td>assertLocation</td>\n <td>assertLocation</td>\n
<td>${base_url}/web_site_module/test_web_site_2/WebSite_view*</td>\n <td>regexp:${base_url}/web_site_module/test_web_site_2/WebSite_view(\\?|$)</td>\n
<td></td>\n <td></td>\n
</tr>\n </tr>\n
</tbody></table>\n </tbody></table>\n
</body>\n </body>\n
</html>\n </html>
]]></unicode> </value>
]]></string> </value>
</item> </item>
<item> <item>
<key> <string>content_type</string> </key> <key> <string>content_type</string> </key>
...@@ -189,9 +185,13 @@ ...@@ -189,9 +185,13 @@
<key> <string>id</string> </key> <key> <string>id</string> </key>
<value> <string>testPreviousNextSelectionInWebsite</string> </value> <value> <string>testPreviousNextSelectionInWebsite</string> </value>
</item> </item>
<item>
<key> <string>output_encoding</string> </key>
<value> <string>utf-8</string> </value>
</item>
<item> <item>
<key> <string>title</string> </key> <key> <string>title</string> </key>
<value> <string></string> </value> <value> <unicode></unicode> </value>
</item> </item>
</dictionary> </dictionary>
</pickle> </pickle>
......
34 35
\ No newline at end of file \ 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