]> source.dussan.org Git - sonarqube.git/commitdiff
Fix MyBatis integration tests with MsSQL
authorSimon Brandhof <simon.brandhof@gmail.com>
Fri, 9 Dec 2011 14:16:03 +0000 (15:16 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Fri, 9 Dec 2011 14:16:21 +0000 (15:16 +0100)
sonar-core/src/test/resources/org/sonar/persistence/dao/RuleDaoTest/selectAll.xml
sonar-core/src/test/resources/org/sonar/persistence/dao/RuleDaoTest/selectById.xml

index cb8db141d8101cb665ea9acff570655a09677238..bef45741abc3c35ee3d4b6035f755461573e83bd 100644 (file)
@@ -1,5 +1,5 @@
 <dataset>
 
-  <RULES id="1" plugin_rule_key="AvoidNull" plugin_name="checkstyle" name="Avoid Null" description="Should avoid NULL" enabled="1" />
+  <rules id="1" plugin_rule_key="AvoidNull" plugin_name="checkstyle" name="Avoid Null" description="Should avoid NULL" enabled="1"/>
 
 </dataset>
\ No newline at end of file
index 217d08e8c80ce631a3232c1cbe911024269a09b9..ed969e76e694e1a655138b9de0270155a0806f9e 100644 (file)
@@ -1,6 +1,6 @@
 <dataset>
 
-  <RULES id="1" plugin_rule_key="AvoidComparison" plugin_name="checkstyle" name="Avoid Comparison" description="Should avoid ==" enabled="1" />
-  <RULES id="2" plugin_rule_key="AvoidNull" plugin_name="checkstyle" name="Avoid Null" description="Should avoid NULL" enabled="1" />
+  <rules id="1" plugin_rule_key="AvoidComparison" plugin_name="checkstyle" name="Avoid Comparison" description="Should avoid ==" enabled="1"/>
+  <rules id="2" plugin_rule_key="AvoidNull" plugin_name="checkstyle" name="Avoid Null" description="Should avoid NULL" enabled="1"/>
 
 </dataset>
\ No newline at end of file