diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-15 09:23:19 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2013-02-15 09:23:33 +0100 |
commit | 7ab3b10ec6f4ef611f85deb741dd5b475566f46f (patch) | |
tree | 144464e24e4de2b500844ff947f21a6589bd6fd6 /sonar-core | |
parent | d511f716eb4ae17d0e8893ea2cb7287c7fdb434e (diff) | |
download | sonarqube-7ab3b10ec6f4ef611f85deb741dd5b475566f46f.tar.gz sonarqube-7ab3b10ec6f4ef611f85deb741dd5b475566f46f.zip |
Fix Semaphore test on Oracle
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database.xml b/sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database.xml index 3f7360668de..7eb86c2bfde 100644 --- a/sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database.xml +++ b/sonar-core/src/test/resources/org/sonar/core/persistence/DryRunDatabaseFactoryTest/should_create_database.xml @@ -1,10 +1,10 @@ <dataset> <metrics id="1" name="ncloc" VAL_TYPE="INT" DESCRIPTION="[null]" domain="[null]" short_name="" - enabled="true" worst_value="[null]" optimized_best_value="[null]" best_value="[null]" direction="0" hidden="false" delete_historical_data="[null]" /> + enabled="[true]" worst_value="[null]" optimized_best_value="[null]" best_value="[null]" direction="0" hidden="[false]" delete_historical_data="[null]" /> <metrics id="2" name="coverage" VAL_TYPE="INT" DESCRIPTION="[null]" domain="[null]" short_name="" - enabled="true" worst_value="0" optimized_best_value="true" best_value="100" direction="1" hidden="false" delete_historical_data="[null]" /> + enabled="[true]" worst_value="0" optimized_best_value="[true]" best_value="100" direction="1" hidden="[false]" delete_historical_data="[null]" /> <rules_profiles id="1" name="Sonar way with Findbugs" language="java" parent_name="" version="1" - used_profile="false"/> + used_profile="[false]"/> </dataset>
\ No newline at end of file |