Commit be11bc40 authored by Kazuhiko Shiozaki's avatar Kazuhiko Shiozaki

fix testSearchByStartDate to match only one result, so that we don't need to...

fix testSearchByStartDate to match only one result, so that we don't need to care the sort order in asserting its result.


git-svn-id: https://svn.erp5.org/repos/public/erp5/trunk@34567 20353a03-c40f-0410-a6d1-a30d3c3de9de
parent f0eef58c
......@@ -67,7 +67,7 @@ Test quick search on the project module.\n
<tr>\n
<td>type</td>\n
<td>//tr[@id="listbox_search_line"]/td[6]//input</td>\n
<td>&gt;=2010/02/01</td>\n
<td>&gt;=2010/03/01</td>\n
</tr>\n
<tr>\n
<td>clickAndWait</td>\n
......@@ -82,21 +82,16 @@ Test quick search on the project module.\n
<tr>\n
<td>verifyValue</td>\n
<td>//tr[@id="listbox_search_line"]/td[6]//input</td>\n
<td>&gt;=2010/02/01</td>\n
<td>&gt;=2010/03/01</td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
<td>//tr[@id="listbox_data_line_0"]/td[6]</td>\n
<td>2010/02/01</td>\n
</tr>\n
<tr>\n
<td>verifyText</td>\n
<td>//tr[@id="listbox_data_line_1"]/td[6]</td>\n
<td>2010/03/01</td>\n
</tr>\n
<tr>\n
<td>verifyElementNotPresent</td>\n
<td>id=listbox_data_line_2</td>\n
<td>id=listbox_data_line_1</td>\n
<td></td>\n
</tr>\n
\n
......
2
\ No newline at end of file
3
\ No newline at end of file
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment