aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-core
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-07-16 10:53:37 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-07-16 10:53:47 +0200
commit8174c0b7e067391c3284d75eff2a396c56415f6f (patch)
tree899323540637bb523910d833db48f4983e7a2c3b /sonar-core
parentd7b998c4de17ec65ef810b079e743f866d22cd77 (diff)
downloadsonarqube-8174c0b7e067391c3284d75eff2a396c56415f6f.tar.gz
sonarqube-8174c0b7e067391c3284d75eff2a396c56415f6f.zip
Fix postgresql test
Diffstat (limited to 'sonar-core')
-rw-r--r--sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml9
-rw-r--r--sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml5
2 files changed, 1 insertions, 13 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml
index c873ec3bd76..12033fdc629 100644
--- a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml
+++ b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml
@@ -1,12 +1,5 @@
<dataset>
- <!-- global -->
- <!--<properties prop_key="to_be_updated" text_value="old value" resource_id="[null]" user_id="[null]"/>-->
- <properties prop_key="to_not_change" text_value="xxx" resource_id="[null]" user_id="[null]"/>
-
- <!-- project - do not update this project property that has the same key -->
- <properties prop_key="to_be_updated" text_value="new_project" resource_id="10" user_id="[null]"/>
-
-
<properties prop_key="to_be_updated" text_value="updated" resource_id="[null]" user_id="[null]"/>
+
</dataset>
diff --git a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml
index 43cdd8c7d10..4616072f3d9 100644
--- a/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml
+++ b/sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml
@@ -1,10 +1,5 @@
<dataset>
- <!-- global -->
<properties id="1" prop_key="to_be_updated" text_value="old value" resource_id="[null]" user_id="[null]"/>
- <properties id="2" prop_key="to_not_change" text_value="xxx" resource_id="[null]" user_id="[null]"/>
-
- <!-- project - do not update this project property that has the same key -->
- <properties id="3" prop_key="to_be_updated" text_value="new_project" resource_id="10" user_id="[null]"/>
</dataset>