[Erp5-report] r40411 kazuhiko - in /erp5/trunk/bt5/erp5_ui_test: PathTemplateItem/portal_te...
nobody at svn.erp5.org
nobody at svn.erp5.org
Fri Nov 19 13:20:28 CET 2010
Author: kazuhiko
Date: Fri Nov 19 13:20:27 2010
New Revision: 40411
URL: http://svn.erp5.org?rev=40411&view=rev
Log:
we no longer have /view in URLs.
Modified:
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testAddObject.xml
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCloneObject.xml
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsDoesNotKeepBogusFormId.xml
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldJump.xml
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml
erp5/trunk/bt5/erp5_ui_test/bt/revision
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testAddObject.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testAddObject.xml?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testAddObject.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testAddObject.xml [utf8] Fri Nov 19 13:20:27 2010
@@ -67,7 +67,7 @@
have id "2". This is probably a bit too stupid. -->\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/2/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/2*" />\n
<td></td>\n
</tr>\n
<tr>\n
@@ -88,7 +88,7 @@ have id "2". This is probably a bit too
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/2/1/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/2/1*" />\n
<td></td>\n
</tr>\n
<tr>\n
@@ -116,7 +116,7 @@ have id "2". This is probably a bit too
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/3/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/3*" />\n
<td></td>\n
</tr>\n
<tr>\n
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCloneObject.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCloneObject.xml?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCloneObject.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testCloneObject.xml [utf8] Fri Nov 19 13:20:27 2010
@@ -64,7 +64,7 @@
have id "2". This is probably a bit too stupid. -->\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/2/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/2*" />\n
<td></td>\n
</tr>\n
<tr>\n
@@ -85,7 +85,7 @@ have id "2". This is probably a bit too
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/2/1/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/2/1*" />\n
<td></td>\n
</tr>\n
<tr>\n
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsDoesNotKeepBogusFormId.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsDoesNotKeepBogusFormId.xml?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsDoesNotKeepBogusFormId.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/document_zuite/testSelectionPreviousNextButtonsDoesNotKeepBogusFormId.xml [utf8] Fri Nov 19 13:20:27 2010
@@ -95,7 +95,7 @@ does not keep bogus `form_id`.</td></tr>
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_bar_module/bar_0/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/foo_bar_module/bar_0*" />\n
<td></td>\n
</tr>\n
\n
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldJump.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldJump.xml?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldJump.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testRelationFieldJump.xml [utf8] Fri Nov 19 13:20:27 2010
@@ -176,7 +176,7 @@ will be shown\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/foo_module/1/view*"/>\n
+ <td tal:content="string:glob:${here/portal_url}/foo_module/1*"/>\n
<td></td>\n
<td></td>\n
</tr>\n
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/relation_field_zuite/testSimpleRelationFieldSaveButton.xml [utf8] Fri Nov 19 13:20:27 2010
@@ -119,7 +119,7 @@ button</td></tr>\n
</tr>\n
<tr>\n
<td>assertAbsoluteLocation</td>\n
- <td tal:content="string:glob:${here/portal_url}/portal_categories/foo_category/a/a1/view*" />\n
+ <td tal:content="string:glob:${here/portal_url}/portal_categories/foo_category/a/a1*" />\n
<td/>\n
</tr>\n
</tbody></table>\n
Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=40411&r1=40410&r2=40411&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] Fri Nov 19 13:20:27 2010
@@ -1 +1 @@
-636
\ No newline at end of file
+637
\ No newline at end of file
More information about the Erp5-report
mailing list