diff options
author | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-06-26 09:05:43 +0200 |
---|---|---|
committer | Teryk Bellahsene <teryk.bellahsene@sonarsource.com> | 2015-06-26 09:05:43 +0200 |
commit | 163630e0c9de6278cee233e2d79dfd21fbd9c2c0 (patch) | |
tree | 9c3e260877e84fb53042fdfdcec9c8a0050d276c /sonar-batch | |
parent | 68079df6e79b96bead2fd12ae66b1223ca401cbf (diff) | |
download | sonarqube-163630e0c9de6278cee233e2d79dfd21fbd9c2c0.tar.gz sonarqube-163630e0c9de6278cee233e2d79dfd21fbd9c2c0.zip |
SONAR-6634 drop column resource_id from the manual_measures table
Diffstat (limited to 'sonar-batch')
-rw-r--r-- | sonar-batch/src/test/resources/org/sonar/batch/compute/ManualMeasureDecoratorTest/testCopyManualMeasures.xml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/sonar-batch/src/test/resources/org/sonar/batch/compute/ManualMeasureDecoratorTest/testCopyManualMeasures.xml b/sonar-batch/src/test/resources/org/sonar/batch/compute/ManualMeasureDecoratorTest/testCopyManualMeasures.xml index a61777d3ad8..02eacbbd46d 100644 --- a/sonar-batch/src/test/resources/org/sonar/batch/compute/ManualMeasureDecoratorTest/testCopyManualMeasures.xml +++ b/sonar-batch/src/test/resources/org/sonar/batch/compute/ManualMeasureDecoratorTest/testCopyManualMeasures.xml @@ -5,7 +5,7 @@ enabled="true" worst_value="[null]" optimized_best_value="[null]" best_value="[null]" direction="0" hidden="false"/> - <manual_measures id="1" metric_id="2" resource_id="30" component_uuid="ABCD" value="3.14" text_value="pi" created_at="[null]" updated_at="[null]" description="this is pi" user_login="me"/> - <manual_measures id="2" metric_id="2" resource_id="40" component_uuid="EFGH" value="6" text_value="six" created_at="[null]" updated_at="[null]" description="this is six" user_login="me"/> + <manual_measures id="1" metric_id="2" component_uuid="ABCD" value="3.14" text_value="pi" created_at="[null]" updated_at="[null]" description="this is pi" user_login="me"/> + <manual_measures id="2" metric_id="2" component_uuid="EFGH" value="6" text_value="six" created_at="[null]" updated_at="[null]" description="this is six" user_login="me"/> </dataset> |