From 60cf42e9f56341eb8b0ac358a8a9b4b69cecb86a Mon Sep 17 00:00:00 2001 From: Denis Kenzior Date: Mon, 8 Oct 2012 15:38:28 -0500 Subject: unit: Fix up a couple DisplayText cases --- unit/test-stkutil.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'unit') diff --git a/unit/test-stkutil.c b/unit/test-stkutil.c index a883e283..b085c2de 100644 --- a/unit/test-stkutil.c +++ b/unit/test-stkutil.c @@ -800,7 +800,7 @@ static struct display_text_test display_text_data_871 = { }, .html = "
" - "Text Attribute 1", + "Text Attribute 1
", }; static struct display_text_test display_text_data_881 = { @@ -828,7 +828,7 @@ static struct display_text_test display_text_data_891 = { }, .html = "
Text Attribute 1", + "background-color: #FFFF00;\">Text Attribute 1
", }; static struct display_text_test display_text_data_911 = { -- cgit v1.2.3