diff options
author | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-31 17:31:20 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@gmail.com> | 2012-01-31 17:31:20 +0100 |
commit | 5df0a61837188025583d3e460653acb2bac6b37f (patch) | |
tree | 538a238223c2c22b7b4aaf26361ae0328db2ad97 /sonar-core | |
parent | 68800c4eb3114f04b3b3a3e0b45b450ae3efce8e (diff) | |
download | sonarqube-5df0a61837188025583d3e460653acb2bac6b37f.tar.gz sonarqube-5df0a61837188025583d3e460653acb2bac6b37f.zip |
Fix DashboardDaoTest
Diffstat (limited to 'sonar-core')
-rw-r--r-- | sonar-core/src/test/resources/org/sonar/core/dashboard/DashboardDaoTest/shouldInsert-result.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-core/src/test/resources/org/sonar/core/dashboard/DashboardDaoTest/shouldInsert-result.xml b/sonar-core/src/test/resources/org/sonar/core/dashboard/DashboardDaoTest/shouldInsert-result.xml index f04d074e38b..8c4415d3657 100644 --- a/sonar-core/src/test/resources/org/sonar/core/dashboard/DashboardDaoTest/shouldInsert-result.xml +++ b/sonar-core/src/test/resources/org/sonar/core/dashboard/DashboardDaoTest/shouldInsert-result.xml @@ -22,6 +22,6 @@ id="1" widget_id="1" kee="displayITs" - text_value="[true]"/> + text_value="true"/> </dataset> |