diff options
author | asanoaozora <fifitaneki@hotmail.com> | 2017-05-23 18:06:26 +0200 |
---|---|---|
committer | asanoaozora <fifitaneki@hotmail.com> | 2017-05-23 18:06:26 +0200 |
commit | d74c02eaf2edf2a9911e641ab39b57f196c11fdc (patch) | |
tree | 40742d8fe588141741a06d3025a08db933147112 /test/navigation/resource/route_tokyo.xml | |
parent | 312fedf2360633e7d76f9a70a17c5d4961964e34 (diff) | |
download | poi-service-d74c02eaf2edf2a9911e641ab39b57f196c11fdc.tar.gz |
refine organization of test scripts
Diffstat (limited to 'test/navigation/resource/route_tokyo.xml')
-rw-r--r-- | test/navigation/resource/route_tokyo.xml | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/test/navigation/resource/route_tokyo.xml b/test/navigation/resource/route_tokyo.xml new file mode 100644 index 0000000..439c2bc --- /dev/null +++ b/test/navigation/resource/route_tokyo.xml @@ -0,0 +1,17 @@ +<route-set country="Japan"> +<route> +<start>"Hamura"</start> +<destination>"Shibuya"</destination> +<name>"Route HAMURA to SHIBUYA"</name> +<handle>0</handle> +</route> +<location name='"Hamura"'> +<latitude>35.758795</latitude> +<longitude>139.316533</longitude> +</location> +<location name='"Shibuya"'> +<latitude>35.660687</latitude> +<longitude>139.699284</longitude> +</location> +</route-set><!--NB: don't use accent.--> + |