aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-11 21:20:31 +0100
committerGravatar Dieter Plaetinck <dieter@plaetinck.be>2010-03-11 21:20:31 +0100
commit5f6fe61088d70438ac50da1ace531925061f5704 (patch)
treef8e4049c7af2fbd34fe767d897943692399947de /tests
parent5aa9a876c8a0e6812a1ca2217227f99e24635f6e (diff)
Remove keycmd testcase. The builtin-keycmd code has been dropped
Tests were broken since: commit 71b5ffdc987f4e4d8431093d4b22fd8024124770 Author: Rob <rob.manea@gmail.com> Date: Mon Mar 1 13:04:27 2010 +0100 get rid of obsolete keycmd code
Diffstat (limited to 'tests')
-rw-r--r--tests/test-expand.c7
1 files changed, 0 insertions, 7 deletions
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
@@ -31,12 +31,6 @@ 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);