[Erp5-report] r28620 - in /erp5/trunk/bt5/erp5_ui_test: SkinTemplateItem/portal_skins/erp5_...

nobody at svn.erp5.org nobody at svn.erp5.org
Tue Aug 25 20:22:03 CEST 2009


Author: mohamadou
Date: Tue Aug 25 20:22:02 2009
New Revision: 28620

URL: http://svn.erp5.org?rev=28620&view=rev
Log:
2009-08-25 Mohamadou
* Refactor erp_ui_test to reduce "If mobile" statments.

Modified:
    erp5/trunk/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_CommonTemplate.xml
    erp5/trunk/bt5/erp5_ui_test/bt/change_log
    erp5/trunk/bt5/erp5_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_CommonTemplate.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_CommonTemplate.xml?rev=28620&r1=28619&r2=28620&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_CommonTemplate.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/SkinTemplateItem/portal_skins/erp5_ui_test/ListBoxZuite_CommonTemplate.xml [utf8] Tue Aug 25 20:22:02 2009
@@ -89,12 +89,13 @@
   <tal:block metal:define-macro="checkCurrentPage">\n
     <tr>\n
       <td>assertValue</td>\n
-      <tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
+      <!--<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
         <td tal:content="python: \'id=%s_set_page\' % (prefix, )"></td>\n
       </tal:block>\n
       <tal:block tal:condition="python: context.TestTool_getSkinName()==\'Mobile\'">\n
         <td tal:content="python: \'id=%s_page_selection\' % (prefix, )"></td>\n
-      </tal:block>\n
+      </tal:block> -->\n
+      <td tal:content="python: \'id=%s_set_page\' % (prefix, )"></td>\n
       <td tal:content="set_page"></td>\n
     </tr>\n
   </tal:block>\n

Modified: erp5/trunk/bt5/erp5_ui_test/bt/change_log
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/change_log?rev=28620&r1=28619&r2=28620&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/change_log [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/change_log [utf8] Tue Aug 25 20:22:02 2009
@@ -1,3 +1,6 @@
+2009-08-25 Mohamadou
+* Refactor erp_ui_test to reduce "If mobile" statments.
+
 2009-08-20 Mohamadou
 * Skip business_template_zuite in mobile ui tests.
 

Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=28620&r1=28619&r2=28620&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] Tue Aug 25 20:22:02 2009
@@ -1,1 +1,1 @@
-479
+482




More information about the Erp5-report mailing list