diff options
author | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-03 09:24:16 +0000 |
---|---|---|
committer | simonbrandhof <simon.brandhof@gmail.com> | 2011-01-03 09:24:16 +0000 |
commit | d3defa985674f487fe7283a4bfafe897c7c83080 (patch) | |
tree | 40162ef59a957b9270bbcbee5593acb56451b4ad /tests/integration | |
parent | 62f614e26c64220417892eac85053f208eccd05b (diff) | |
download | sonarqube-d3defa985674f487fe7283a4bfafe897c7c83080.tar.gz sonarqube-d3defa985674f487fe7283a4bfafe897c7c83080.zip |
fix IT
Diffstat (limited to 'tests/integration')
2 files changed, 2 insertions, 3 deletions
diff --git a/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html b/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html index b5d1c9a67ec..aae074638fe 100644 --- a/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html +++ b/tests/integration/tests/src/test/selenium/reviews/insert_then_delete_review_measure.html @@ -109,7 +109,7 @@ <tr> <td>select</td> <td>review_measure_date_1i</td> - <td>label=2005</td> + <td>label=2008</td> </tr> <tr> <td>select</td> @@ -191,7 +191,6 @@ <td>review_name_${REVIEW_TYPE_NAME}</td> <td></td> </tr> - </tbody></table> </body> </html> diff --git a/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html b/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html index 13ad32301f0..190da20f27a 100644 --- a/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html +++ b/tests/integration/tests/src/test/selenium/timemachine/display-first-and-last-five-events.html @@ -19,7 +19,7 @@ <tr> <td>assertText</td> <td>timemachine_matrix</td> - <td>glob:*2007-04-20*Version 0.5*2007-10-20*Version 0.6*2007-12-10*Version 0.7*2008-04-15*Version 0.8*2008-10-19*Version 0.9*Version 1.0-SNAPSHOT*</td> + <td>glob:*2007-10-20*Version 0.6*2007-12-10*Version 0.7*2008-04-15*Version 0.8*2008-10-19*Version 0.9*Version 1.0-SNAPSHOT*</td> </tr> </tbody></table> </body> |