[Erp5-report] r28577 - in /erp5/trunk/bt5/erp5_ui_test: PathTemplateItem/portal_tests/plann...

nobody at svn.erp5.org nobody at svn.erp5.org
Mon Aug 24 13:15:58 CEST 2009


Author: mohamadou
Date: Mon Aug 24 13:15:58 2009
New Revision: 28577

URL: http://svn.erp5.org?rev=28577&view=rev
Log:
2009-08-20 Mohamadou
* Skip "planning_box_field_zuite" in mobile ui tests.

Modified:
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockHeight.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockPosition.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeader.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeaderLink.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDataInfo.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDefaultZoom.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDomainDataInfo.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEdition.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEmpty.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxFoldAndUnfold.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoom.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoomMultipleTimes.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxPage.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeader.xml
    erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeaderLink.xml
    erp5/trunk/bt5/erp5_ui_test/bt/revision

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockHeight.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockHeight.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockHeight.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockHeight.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox block Height</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -211,6 +214,8 @@
   <td>Set Successfully.</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockPosition.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockPosition.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockPosition.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxBlockPosition.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Block Positioning</td></tr>\n
 </thead><tbody tal:define="is_selenium_0_8 python:here.getPortalObject().portal_tests.getZeleniumVersion() > \'Zelenium-0.8\'">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -223,6 +226,8 @@
     <td>72</td>\n
   </tr>\n
 </tal:block>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeader.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeader.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeader.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeader.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -51,6 +51,9 @@
 <tr><td rowspan="1" colspan="3">Test PlanningBox Column Header</td></tr>\n
 </thead><tbody tal:define="year python: DateTime().year();\n
                            now python: DateTime()">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -319,6 +322,8 @@
   <td>Site Error</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeaderLink.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeaderLink.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeaderLink.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxColumnHeaderLink.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -51,6 +51,9 @@
 <tr><td rowspan="1" colspan="3">Test PlanningBox Column Header Link</td></tr>\n
 </thead><tbody tal:define="year python: DateTime().year();\n
                            now python: DateTime()">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -253,6 +256,8 @@
   <td>//div[@id="group_1_activity_1_block_1"]/div[@class="planning_box_center"]</td>\n
   <td>Title 0</td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDataInfo.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDataInfo.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDataInfo.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDataInfo.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Data Info</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -221,6 +224,8 @@
   <td>//div[@id="group_3_activity_1_block_1"]/a[@class="planning_box_botleft"]</td>\n
   <td>Title 2</td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDefaultZoom.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDefaultZoom.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDefaultZoom.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDefaultZoom.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Default Zoom</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -177,6 +180,8 @@
   <td>Site Error</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDomainDataInfo.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDomainDataInfo.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDomainDataInfo.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxDomainDataInfo.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Domain Data Info</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -236,6 +239,8 @@
   <td>SiteError</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEdition.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEdition.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEdition.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEdition.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -51,6 +51,9 @@
 <tr><td rowspan="1" colspan="3">Test PlanningBox Data Info</td></tr>\n
 </thead><tbody tal:define="t python:DateTime();\n
                            datestring python:\'%04d/%02d/%02d \' % (t.year(),t.month(), t.day())">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -238,6 +241,8 @@
   <td tal:content="string:${datestring}22:33:36"></td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEmpty.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEmpty.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEmpty.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxEmpty.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Empty</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -86,6 +89,8 @@
   <td>PlanningBoxError</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxFoldAndUnfold.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxFoldAndUnfold.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxFoldAndUnfold.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxFoldAndUnfold.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Fold And Unfold</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -206,6 +209,8 @@
   <td>//div[@id="group_3_activity_1_block_1"]/div[@class="planning_box_center"]</td>\n
   <td>Title 2</td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoom.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoom.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoom.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoom.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Next and Previous Lane</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -171,6 +174,8 @@
   <td>//div[@id="group_1_activity_1_block_1"]/div[@class="planning_box_center"]</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoomMultipleTimes.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoomMultipleTimes.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoomMultipleTimes.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxNextPreviousZoomMultipleTimes.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -53,6 +53,9 @@
                            now python: DateTime();\n
                            sday python: DateTime()-DateTime().dow();\n
                            page_list python:range(10)">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -260,6 +263,8 @@
   <td>lane_path</td>\n
   <td>Day</td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxPage.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxPage.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxPage.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxPage.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Page</td></tr>\n
 </thead><tbody>\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -195,6 +198,8 @@
   <td>//input[@id=\'axis_y_previous\']</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeader.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeader.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeader.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeader.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -51,6 +51,9 @@
 <tr><td rowspan="1" colspan="3">Test PlanningBox Vertical Column Header</td></tr>\n
 </thead><tbody tal:define="year python: DateTime().year();\n
                            now python: DateTime()">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -338,6 +341,8 @@
   <td>Set Successfully.</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeaderLink.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeaderLink.xml?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeaderLink.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/planning_box_field_zuite/testPlanningBoxVerticalViewColumnHeaderLink.xml [utf8] Mon Aug 24 13:15:58 2009
@@ -50,6 +50,9 @@
 <thead>\n
 <tr><td rowspan="1" colspan="3">Test PlanningBox Vertical Column Header Link</td></tr>\n
 </thead><tbody tal:define="year python: DateTime().year()">\n
+<!-- Planning Box is not displayed in mobile skin\n
+     So this test is skipped -->\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
 <tal:block metal:use-macro="here/ListBoxZuite_CommonTemplate/macros/init" />\n
 <tr>\n
   <td>open</td>\n
@@ -272,6 +275,8 @@
   <td>Set Successfully.</td>\n
   <td></td>\n
 </tr>\n
+</tal:block>\n
+\n
 </tbody></table>\n
 </body>\n
 </html>\n

Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=28577&r1=28576&r2=28577&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/bt/revision [utf8] Mon Aug 24 13:15:58 2009
@@ -1,1 +1,1 @@
-472
+473




More information about the Erp5-report mailing list