From 5df0a61837188025583d3e460653acb2bac6b37f Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Tue, 31 Jan 2012 17:31:20 +0100 Subject: [PATCH] Fix DashboardDaoTest --- .../core/dashboard/DashboardDaoTest/shouldInsert-result.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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"/> -- 2.39.5