From f60b8c882034190252cc465c33606ccc9ae79a74 Mon Sep 17 00:00:00 2001 From: Brendan Taylor Date: Wed, 8 Jul 2009 21:31:49 -0600 Subject: test-expand: rely on default *_indicator and progress_* --- tests/test-expand.c | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'tests/test-expand.c') diff --git a/tests/test-expand.c b/tests/test-expand.c index a3163ed..c114564 100644 --- a/tests/test-expand.c +++ b/tests/test-expand.c @@ -49,10 +49,7 @@ test_LOAD_PROGRESSBAR (void) { uzbl.gui.sbar.load_progress = 75; uzbl.gui.sbar.progress_w = 4; - uzbl.gui.sbar.progress_s = "*"; - uzbl.gui.sbar.progress_u = "-"; - - g_assert_cmpstr(expand_template("LOAD_PROGRESSBAR", FALSE), ==, "***-"); + g_assert_cmpstr(expand_template("LOAD_PROGRESSBAR", FALSE), ==, "===ยท"); } void @@ -82,9 +79,6 @@ test_KEYCMD (void) { void test_MODE (void) { - uzbl.behave.cmd_indicator = "C"; - uzbl.behave.insert_indicator = "I"; - uzbl.behave.insert_mode = 0; g_assert_cmpstr(expand_template("MODE", FALSE), ==, "C"); -- cgit v1.2.3