summaryrefslogtreecommitdiff
path: root/geocode-glib/tests/geo-uri.c
diff options
context:
space:
mode:
Diffstat (limited to 'geocode-glib/tests/geo-uri.c')
-rw-r--r--geocode-glib/tests/geo-uri.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/geocode-glib/tests/geo-uri.c b/geocode-glib/tests/geo-uri.c
index 4bd50de..082e1ab 100644
--- a/geocode-glib/tests/geo-uri.c
+++ b/geocode-glib/tests/geo-uri.c
@@ -42,6 +42,9 @@ static struct uri uris[] = {
{ "geo:13.37,42.42;u=45.5", TRUE },
{ "geo:13.37,42.42,12.12;u=45.5", TRUE },
{ "geo:13.37,42.42,12.12;crs=wgs84;u=45.5", TRUE },
+ { "geo:13.37,42.42,12.12;crs=wgs84;u=45.5;u=10", FALSE },
+ { "geo:13.37,42.42,12.12;crs=wgs84;u=45.5;crs=wgs84", FALSE },
+ { "geo:13.37,42.42,12.12;crs=wgs84;u=45.5;z=18", TRUE },
{ "geo:0.0,0,0", TRUE },
{ "geo :0.0,0,0", FALSE },
{ "geo:0.0 ,0,0", FALSE },