From f03f614c2a861beb08a16244672434c90a9ad9ad Mon Sep 17 00:00:00 2001 From: Ben Boeckel Date: Tue, 22 Nov 2011 23:45:34 -0500 Subject: Update statusbar toggle test --- tests/test-command.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'tests') diff --git a/tests/test-command.c b/tests/test-command.c index db08097..b6a1063 100644 --- a/tests/test-command.c +++ b/tests/test-command.c @@ -253,11 +253,11 @@ test_toggle_status (void) { g_assert(!get_show_status()); /* status bar can be toggled on */ - parse_cmd_line("toggle_status", NULL); + parse_cmd_line("toggle show_status", NULL); g_assert(get_show_status()); /* status bar can be toggled back off */ - parse_cmd_line("toggle_status", NULL); + parse_cmd_line("toggle show_status", NULL); g_assert(!get_show_status()); } -- cgit v1.2.3