aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests/test-expand.c
diff options
context:
space:
mode:
Diffstat (limited to 'tests/test-expand.c')
-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);