summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorShaun McCance <shaunm@gnome.org>2011-02-21 16:28:39 -0500
committerShaun McCance <shaunm@gnome.org>2011-02-21 16:28:39 -0500
commitd192e8ecbffb94ac91dfa4d84be3768534866d37 (patch)
treedf54c4912cf4d7116110b801b909e85dbcee1123 /tests
parent925eb25ee1e3696e112993db276f194ac9ded54a (diff)
downloadyelp-d192e8ecbffb94ac91dfa4d84be3768534866d37.tar.gz
Fixed distcheck errors
Diffstat (limited to 'tests')
-rw-r--r--tests/test-uri.c3
1 files changed, 0 insertions, 3 deletions
diff --git a/tests/test-uri.c b/tests/test-uri.c
index e9b8cc19..5586fc48 100644
--- a/tests/test-uri.c
+++ b/tests/test-uri.c
@@ -65,9 +65,6 @@ print_uri (gchar *orig, YelpUri *uri, GOutputStream *stream)
case YELP_URI_DOCUMENT_TYPE_HELP_LIST:
type = "TOC";
break;
- case YELP_URI_DOCUMENT_TYPE_SEARCH:
- type = "SEARCH";
- break;
case YELP_URI_DOCUMENT_TYPE_NOT_FOUND:
type = "NOT FOUND";
break;