]> source.dussan.org Git - sonarqube.git/commitdiff
Fix postgresql test
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 16 Jul 2012 08:53:37 +0000 (10:53 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 16 Jul 2012 08:53:47 +0000 (10:53 +0200)
sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties-result.xml
sonar-core/src/test/resources/org/sonar/core/properties/PropertiesDaoTest/updateGlobalProperties.xml

index c873ec3bd76ca7c9227fe7eb19f6c8634ccaae37..12033fdc629c6b068d716dacfbbc45393a4a12e4 100644 (file)
@@ -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>
index 43cdd8c7d10698f1cb350fbe2a87c74695a2411b..4616072f3d9e22f0770d8e57d4948d471abf00f0 100644 (file)
@@ -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>