[Erp5-report] r25435 - in /erp5/trunk/bt5/erp5_ui_test: PathTemplateItem/portal_tests/listb...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Feb 3 18:55:34 CET 2009


Author: kazuhiko
Date: Tue Feb  3 18:55:32 2009
New Revision: 25435

URL: http://svn.erp5.org?rev=25435&view=rev
Log:
more fix for compatibility same as r.25433.

Modified:
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testRedirect.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogActions.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDropDownListActionsNothingSelected.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/listbox_zuite/testRedirect.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testRedirect.xml?rev=25435&r1=25434&r2=25435&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testRedirect.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/listbox_zuite/testRedirect.xml [utf8] Tue Feb  3 18:55:32 2009
@@ -108,7 +108,7 @@
 </tr>\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0/setSelectionQuickSortOrder</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/setSelectionQuickSortOrder*\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 \n
@@ -181,7 +181,7 @@
 </tr>\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0</td>\n
+  <td tal:content="python:\'*%s/foo_module/0\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <!-- Go to last and verify -->\n
@@ -227,7 +227,7 @@
 </tr>\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0/listbox_setPage</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/listbox_setPage\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <!-- Go to previous and verify -->\n
@@ -263,7 +263,7 @@
 </tr>\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0</td>\n
+  <td tal:content="python:\'*%s/foo_module/0\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <!-- Go to first and verify -->\n
@@ -309,7 +309,7 @@
 </tr>\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0/listbox_setPage</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/listbox_setPage\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <tr>\n
@@ -418,7 +418,7 @@
 <!-- END of inspired code -->\n
 <tr>\n
   <td>verifyLocation</td>\n
-  <td>${base_url}/foo_module/0/unfoldDomain</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/unfoldDomain*\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 \n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml?rev=25435&r1=25434&r2=25435&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testBreadCrumbs.xml [utf8] Tue Feb  3 18:55:32 2009
@@ -88,7 +88,7 @@
 </tr>\n
 <tr>\n
   <td>assertLocation</td>\n
-  <td>${base_url}/foo_module/0/view</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/view\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <tr>\n
@@ -98,7 +98,7 @@
 </tr>\n
 <tr>\n
   <td>assertLocation</td>\n
-  <td>${base_url}/view</td>\n
+  <td tal:content="python:\'*%s/view\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 \n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogActions.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogActions.xml?rev=25435&r1=25434&r2=25435&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogActions.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDialogActions.xml [utf8] Tue Feb  3 18:55:32 2009
@@ -119,7 +119,7 @@
 </tr>\n
 <tr>\n
   <td>assertLocation</td>\n
-  <td>${base_url}/foo_module/1/Foo_view</td>\n
+  <td tal:content="python:\'*%s/foo_module/0/Foo_view\' % here.getPortalObject().absolute_url_path()"/>\n
   <td></td>\n
 </tr>\n
 <tr>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDropDownListActionsNothingSelected.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDropDownListActionsNothingSelected.xml?rev=25435&r1=25434&r2=25435&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDropDownListActionsNothingSelected.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/page_templates_zuite/testDropDownListActionsNothingSelected.xml [utf8] Tue Feb  3 18:55:32 2009
@@ -78,7 +78,7 @@
   </tr>\n
   <tr>\n
     <td>assertLocation</td>\n
-    <td tal:content="python: \'/foo_module/1/view\'">/erp5/foo_module/1/view</td>\n
+    <td tal:content="python:\'*%s/foo_module/1/view\' % here.getPortalObject().absolute_url_path()"/>\n
     <td/>\n
   </tr>\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=25435&r1=25434&r2=25435&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] Tue Feb  3 18:55:32 2009
@@ -119,7 +119,7 @@
 </tr>\n
 <tr>\n
   <td>assertLocation</td>\n
-  <td tal:content="python: \'/portal_categories/foo_category/a/a1/view\'"/>\n
+  <td tal:content="python:\'*%s/portal_categories/foo_category/a/a1/view\' % here.getPortalObject().absolute_url_path()"/>\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=25435&r1=25434&r2=25435&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] Tue Feb  3 18:55:32 2009
@@ -1,1 +1,1 @@
-403
+404




More information about the Erp5-report mailing list