diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-31 18:06:43 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-31 18:06:43 +0100 |
commit | 25cce78adae4a6aefce26416c4b763a23c3fc3c7 (patch) | |
tree | c1c0f9d2dfb2bee74e6205ab2086c82bd8e42e54 /sonar-core/src/test | |
parent | 5df0a61837188025583d3e460653acb2bac6b37f (diff) | |
download | sonarqube-25cce78adae4a6aefce26416c4b763a23c3fc3c7.tar.gz sonarqube-25cce78adae4a6aefce26416c4b763a23c3fc3c7.zip |
Fix mybatis integration tests on MsSQL
Diffstat (limited to 'sonar-core/src/test')
2 files changed, 3 insertions, 3 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot-result.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot-result.xml index 51f7be344ab..0e4a881787d 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot-result.xml @@ -13,7 +13,7 @@ parent_snapshot_id="[null]" root_project_id="[null]" root_snapshot_id="[null]" status="P" islast="[false]" path="[null]"/> - <SNAPSHOT_SOURCES ID="1" SNAPSHOT_ID="1" DATA="foo"/> + <snapshot_sources ID="1" SNAPSHOT_ID="1" DATA="foo"/> <rule_failures switched_off="[null]" permanent_id="[null]" ID="1" SNAPSHOT_ID="1" RULE_ID="1" FAILURE_LEVEL="2" MESSAGE="msg1" LINE="[null]" COST="[null]" created_at="2008-12-02 13:58:00.00" diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot.xml index 1808dc53a25..f2e86016ae0 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteSnapshot.xml @@ -11,7 +11,7 @@ depth="[null]" scope="PRJ" qualifier="TRK" created_at="2008-12-02 13:58:00.00" build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/> - <SNAPSHOT_SOURCES ID="1" SNAPSHOT_ID="1" DATA="foo"/> + <snapshot_sources ID="1" SNAPSHOT_ID="1" DATA="foo"/> <rule_failures switched_off="[null]" permanent_id="[null]" ID="1" SNAPSHOT_ID="1" RULE_ID="1" FAILURE_LEVEL="2" MESSAGE="msg1" LINE="[null]" COST="[null]" created_at="2008-12-02 13:58:00.00" @@ -43,7 +43,7 @@ depth="[null]" scope="PRJ" qualifier="TRK" created_at="2008-12-02 13:58:00.00" build_date="2008-12-02 13:58:00.00" version="[null]" path="[null]"/> - <SNAPSHOT_SOURCES ID="2" SNAPSHOT_ID="5" DATA="foo"/> + <snapshot_sources ID="2" SNAPSHOT_ID="5" DATA="foo"/> <rule_failures switched_off="[null]" permanent_id="[null]" ID="3" SNAPSHOT_ID="5" RULE_ID="1" FAILURE_LEVEL="2" MESSAGE="msg3" LINE="[null]" COST="[null]" created_at="2008-12-02 13:58:00.00" |