diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-10 13:36:33 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-02-10 13:36:52 +0100 |
commit | a3609f3054f445b59406f75525a26ebf755145d9 (patch) | |
tree | d268ee9275d0b62f34f19a1b3e8ecfd5deac6210 /sonar-core | |
parent | b16830e8bbc02550418c7e4411ef04e39098b50b (diff) | |
download | sonarqube-a3609f3054f445b59406f75525a26ebf755145d9.tar.gz sonarqube-a3609f3054f445b59406f75525a26ebf755145d9.zip |
Fix PurgeDaoTest
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteWastedMeasuresWhenPurgingSnapshot-result.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteWastedMeasuresWhenPurgingSnapshot-result.xml b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteWastedMeasuresWhenPurgingSnapshot-result.xml index 0d7755009b6..dcfd0d0df95 100644 --- a/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteWastedMeasuresWhenPurgingSnapshot-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/purge/PurgeDaoTest/shouldDeleteWastedMeasuresWhenPurgingSnapshot-result.xml @@ -47,7 +47,7 @@ description="[null]"/>--> <!-- do not delete measure on quality model characteristic --> - <project_measures ID="3" project_id="1" snapshot_id="1" rule_id="[null]" characteristic_id="1" metric_id="1" + <project_measures id="3" project_id="1" snapshot_id="1" rule_id="[null]" characteristic_id="1" metric_id="1" url="[null]" variation_value_1="[null]" variation_value_2="[null]" variation_value_3="[null]" variation_value_4="[null]" variation_value_5="[null]" rule_priority="[null]" alert_text="[null]" value="10.0" |