aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-expand.c
diff options
context:
space:
mode:
authorGravatar Brendan Taylor <whateley@gmail.com>2009-07-08 21:31:49 -0600
committerGravatar Brendan Taylor <whateley@gmail.com>2009-07-08 21:31:49 -0600
commitf60b8c882034190252cc465c33606ccc9ae79a74 (patch)
tree9e6a259782453776b96bb2ef072bf9aa33566e89 /tests/test-expand.c
parent9483c1c817b98fcc44fb68ae84607eeaf04e884c (diff)
test-expand: rely on default *_indicator and progress_*
Diffstat (limited to 'tests/test-expand.c')
-rw-r--r--tests/test-expand.c8
1 files changed, 1 insertions, 7 deletions
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");