From 86df99cf27a6e833f175060288eb8cef9d0cb593 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Sat, 19 Sep 2009 09:47:22 +0200 Subject: deprecate insert/command mode, always_insert_mode, mode indicators, in favor of soon to be implemented EM replacements. uzbl-core now only knows if it should forward_keys to the webkitview or not --- tests/test-command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests/test-command.c') diff --git a/tests/test-command.c b/tests/test-command.c index a752ca6..2a226b2 100644 --- a/tests/test-command.c +++ b/tests/test-command.c @@ -35,13 +35,13 @@ test_keycmd (void) { /* the 'keycmd' command */ parse_command("keycmd", "insert", NULL); - g_assert_cmpint(1, ==, uzbl.behave.insert_mode); + g_assert_cmpint(1, ==, uzbl.behave.forward_keys); g_assert_cmpstr("", ==, uzbl.state.keycmd); /* setting the keycmd variable directly, equivalent to the 'keycmd' comand */ set_var_value("keycmd", "command"); - g_assert_cmpint(0, ==, uzbl.behave.insert_mode); + g_assert_cmpint(0, ==, uzbl.behave.forward_keys); g_assert_cmpstr("", ==, uzbl.state.keycmd); } -- cgit v1.2.3