From 5f6fe61088d70438ac50da1ace531925061f5704 Mon Sep 17 00:00:00 2001 From: Dieter Plaetinck Date: Thu, 11 Mar 2010 21:20:31 +0100 Subject: Remove keycmd testcase. The builtin-keycmd code has been dropped Tests were broken since: commit 71b5ffdc987f4e4d8431093d4b22fd8024124770 Author: Rob Date: Mon Mar 1 13:04:27 2010 +0100 get rid of obsolete keycmd code --- tests/test-expand.c | 7 ------- 1 file changed, 7 deletions(-) (limited to 'tests') diff --git a/tests/test-expand.c b/tests/test-expand.c index 7ea3d61..f64aba8 100644 --- a/tests/test-expand.c +++ b/tests/test-expand.c @@ -30,12 +30,6 @@ extern UzblCore uzbl; extern gchar* expand(char*, guint); extern void make_var_to_name_hash(void); -void -test_keycmd (void) { - uzbl.state.keycmd = "gg winslow"; - g_assert_cmpstr(expand("@keycmd", 0), ==, "gg winslow"); -} - void test_uri (void) { g_assert_cmpstr(expand("@uri", 0), ==, ""); @@ -184,7 +178,6 @@ main (int argc, char *argv[]) { g_type_init(); g_test_init(&argc, &argv, NULL); - g_test_add_func("/test-expand/@keycmd", test_keycmd); g_test_add_func("/test-expand/@useragent", test_useragent); g_test_add_func("/test-expand/@uri", test_uri); g_test_add_func("/test-expand/@TITLE", test_TITLE); -- cgit v1.2.3