]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2501 fix integration test on Oracle
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 28 Jan 2013 14:27:50 +0000 (15:27 +0100)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 28 Jan 2013 14:27:50 +0000 (15:27 +0100)
sonar-core/src/test/resources/org/sonar/core/graph/GraphDaoTest/shared.xml

index dfd0305b9bbfd716be60a481d0bb7e5c2d343400..6df3aaca20caf7f811cf1058f2dab25642b5dd00 100644 (file)
@@ -1,8 +1,8 @@
 <dataset>
-  <projects id="1" kee="org.apache.struts:struts" enabled="true"/>
+  <projects id="1" kee="org.apache.struts:struts" enabled="[true]"/>
 
-  <snapshots id="10" project_id="1" islast="false" />
-  <snapshots id="11" project_id="1" islast="true" />
+  <snapshots id="10" project_id="1" islast="[false]" />
+  <snapshots id="11" project_id="1" islast="[true]" />
 
   <graphs id="100" snapshot_id="11" format="graphson" version="1" perspective="testable" root_vertex_id="7890" data="{testable of snapshot 123}"/>
   <graphs id="101" snapshot_id="11" format="graphson" version="1" perspective="testplan" root_vertex_id="3456" data="{testplan of snapshot 123}"/>