aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
-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");