aboutsummaryrefslogtreecommitdiffhomepage
path: root/tests
diff options
context:
space:
mode:
authorGravatar Rob <rob.manea@gmail.com>2009-11-04 11:00:53 +0100
committerGravatar Rob <rob.manea@gmail.com>2009-11-04 11:00:53 +0100
commit41ca93cc7ec0ca720f138b9536af76341b6c3685 (patch)
tree3e43eafa0485adc340f63851ead813b12a2d5d9a /tests
parent09ca0253c7984296bbb2b62a2106892eca75ac0e (diff)
remove obsolete tests
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 428ee23..855d9b4 100644
--- a/tests/test-expand.c
+++ b/tests/test-expand.c
@@ -46,12 +46,6 @@ test_uri (void) {
}
void
-test_LOAD_PROGRESS (void) {
- uzbl.gui.sbar.load_progress = 50;
- g_assert_cmpstr(expand("@LOAD_PROGRESS", 0), ==, "50");
-}
-
-void
test_TITLE (void) {
uzbl.gui.main_title = "Lorem Ipsum";
g_assert_cmpstr(expand("@TITLE", 0), ==, "Lorem Ipsum");
@@ -193,7 +187,6 @@ main (int argc, char *argv[]) {
g_test_add_func("/test-expand/@keycmd", test_keycmd);
g_test_add_func("/test-expand/@status_message", test_status_message);
g_test_add_func("/test-expand/@uri", test_uri);
- g_test_add_func("/test-expand/@LOAD_PROGRESS", test_LOAD_PROGRESS);
g_test_add_func("/test-expand/@TITLE", test_TITLE);
g_test_add_func("/test-expand/@SELECTED_URI", test_SELECTED_URI);
g_test_add_func("/test-expand/@NAME", test_NAME);