diff options
author | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-24 17:30:57 +0200 |
---|---|---|
committer | Julien HENRY <julien.henry@sonarsource.com> | 2013-04-24 17:30:57 +0200 |
commit | 51218df0a85b38643a1f31fc920f7e084ad6e8e1 (patch) | |
tree | e88c73bbadbf5efc8fc9a91347c89b86fa7768bc | |
parent | b593f8da030066b3690baa233fce833b87deffac (diff) | |
download | sonarqube-51218df0a85b38643a1f31fc920f7e084ad6e8e1.tar.gz sonarqube-51218df0a85b38643a1f31fc920f7e084ad6e8e1.zip |
SONAR-3340 Fix UTs after adding id on duplications_index
5 files changed, 7 insertions, 7 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/duplication/DuplicationDaoTest/shouldInsert-result.xml b/sonar-core/src/test/resources/org/sonar/core/duplication/DuplicationDaoTest/shouldInsert-result.xml index f7a15f4f739..2a8f2bc4b79 100644 --- a/sonar-core/src/test/resources/org/sonar/core/duplication/DuplicationDaoTest/shouldInsert-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/duplication/DuplicationDaoTest/shouldInsert-result.xml @@ -4,6 +4,6 @@ <snapshots purge_status="[null]" id="2" status="U" islast="0" project_id="1" /> <projects id="1" kee="foo" enabled="1" scope="FIL" qualifier="CLA" /> - <duplications_index project_snapshot_id="1" snapshot_id="2" hash="bb" index_in_file="0" start_line="1" end_line="2" /> + <duplications_index id="1" project_snapshot_id="1" snapshot_id="2" hash="bb" index_in_file="0" start_line="1" end_line="2" /> </dataset> diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml index 9f000d49497..7be3147f96a 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot-result.xml @@ -33,7 +33,7 @@ dep_usage="USES" dep_weight="1" from_scope="PRJ" to_scope="LIB"/> <events id="1" name="Version 1.0" resource_id="1" snapshot_id="1" category="VERSION" description="[null]" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <duplications_index project_snapshot_id="1" snapshot_id="1" hash="bb" index_in_file="0" start_line="0" end_line="0"/> + <duplications_index id="1" project_snapshot_id="1" snapshot_id="1" hash="bb" index_in_file="0" start_line="0" end_line="0"/> <snapshot_data id="1" resource_id="1" snapshot_id="1" data="0,10,k" data_type="highlight_syntax" created_at="[null]" updated_at="[null]" /> </dataset> diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot.xml index 7e33c67299e..1e826d65074 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldDeleteSnapshot.xml @@ -31,7 +31,7 @@ dep_usage="USES" dep_weight="1" from_scope="PRJ" to_scope="LIB"/> <events id="1" name="Version 1.0" resource_id="1" snapshot_id="1" category="VERSION" description="[null]" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <duplications_index project_snapshot_id="1" snapshot_id="1" hash="bb" index_in_file="0" start_line="0" end_line="0"/> + <duplications_index id="1" project_snapshot_id="1" snapshot_id="1" hash="bb" index_in_file="0" start_line="0" end_line="0"/> <snapshot_data id="1" resource_id="1" snapshot_id="1" data="0,10,k" data_type="highlight_syntax" created_at="[null]" updated_at="[null]" /> diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml index 5c66c5e2376..f8217f8bf39 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot-result.xml @@ -45,7 +45,7 @@ Note that measures, events and reviews are not deleted. <events id="1" resource_id="1" snapshot_id="1" category="VERSION" description="[null]" name="Version 1.0" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <!--<duplications_index project_snapshot_id="1" snapshot_id="1"--> + <!--<duplications_index id="1" project_snapshot_id="1" snapshot_id="1"--> <!--hash="bb" index_in_file="0" start_line="0" end_line="0"/>--> <reviews id="1" project_id="1" resource_id="1" status="OPEN" @@ -91,7 +91,7 @@ Note that measures, events and reviews are not deleted. <events id="2" resource_id="2" snapshot_id="2" category="VERSION" description="[null]" name="Version 1.0" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <duplications_index project_snapshot_id="2" snapshot_id="2" + <duplications_index id="2" project_snapshot_id="2" snapshot_id="2" hash="bb" index_in_file="0" start_line="0" end_line="0"/> <reviews id="2" project_id="2" resource_id="2" status="OPEN" diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot.xml index 28b2b3177c6..4ed12bbedac 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeCommandsTest/shouldPurgeSnapshot.xml @@ -37,7 +37,7 @@ <events id="1" resource_id="1" snapshot_id="1" category="VERSION" description="[null]" name="Version 1.0" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <duplications_index project_snapshot_id="1" snapshot_id="1" + <duplications_index id="1" project_snapshot_id="1" snapshot_id="1" hash="bb" index_in_file="0" start_line="0" end_line="0"/> <reviews id="1" project_id="1" resource_id="1" status="OPEN" @@ -85,7 +85,7 @@ <events id="2" resource_id="2" snapshot_id="2" category="VERSION" description="[null]" name="Version 1.0" event_date="2008-12-02 13:58:00.00" created_at="[null]"/> - <duplications_index project_snapshot_id="2" snapshot_id="2" + <duplications_index id="2" project_snapshot_id="2" snapshot_id="2" hash="bb" index_in_file="0" start_line="0" end_line="0"/> <reviews id="2" project_id="2" resource_id="2" status="OPEN" |