[Erp5-report] r28576 - in /erp5/trunk/bt5/erp5_ui_test: PathTemplateItem/portal_tests/matri...
nobody at svn.erp5.org
nobody at svn.erp5.org
Mon Aug 24 13:04:34 CEST 2009
Author: mohamadou
Date: Mon Aug 24 13:04:34 2009
New Revision: 28576
URL: http://svn.erp5.org?rev=28576&view=rev
Log:
2009-08-20 Mohamadou
* Update "testCreateCell" to support mobile ui tests.
Modified:
erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testCreateCell.xml
erp5/trunk/bt5/erp5_ui_test/bt/revision
Modified: erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testCreateCell.xml
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testCreateCell.xml?rev=28576&r1=28575&r2=28576&view=diff
==============================================================================
--- erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testCreateCell.xml [utf8] (original)
+++ erp5/trunk/bt5/erp5_ui_test/PathTemplateItem/portal_tests/matrixbox_zuite/testCreateCell.xml [utf8] Mon Aug 24 13:04:34 2009
@@ -129,11 +129,20 @@
<td>id=listbox_record_number</td>\n
<td>1 record(s)</td>\n
</tr>\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()!=\'Mobile\'">\n
<tr>\n
<td>verifyText</td>\n
<td>//tr[@id=\'listbox_data_line_0\']/td[4]</td>\n
<td>Foo Line</td>\n
</tr>\n
+</tal:block>\n
+<tal:block tal:condition="python: context.TestTool_getSkinName()==\'Mobile\'">\n
+<tr>\n
+ <td>verifyText</td>\n
+ <td>//*[@id="listbox_data_line_0"]/div[3]//span[@id=\'data_short\']</td>\n
+ <td>Foo Line</td>\n
+</tr>\n
+</tal:block>\n
\n
<tr>\n
<td>open</td>\n
Modified: erp5/trunk/bt5/erp5_ui_test/bt/revision
URL: http://svn.erp5.org/erp5/trunk/bt5/erp5_ui_test/bt/revision?rev=28576&r1=28575&r2=28576&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:04:34 2009
@@ -1,1 +1,1 @@
-470
+472
More information about the Erp5-report
mailing list