[osmium-tool] 27/44: Fix osm test files for check-refs.

Sebastiaan Couwenberg sebastic at moszumanska.debian.org
Tue Jul 21 20:15:56 UTC 2015


This is an automated email from the git hooks/post-receive script.

sebastic pushed a commit to tag v1.1.0
in repository osmium-tool.

commit a9ea4de5b1a779ae8393777537f974ddd68287cd
Author: Jochen Topf <jochen at topf.org>
Date:   Wed Jul 1 21:39:05 2015 +0200

    Fix osm test files for check-refs.
---
 test/check-refs/nw-okay.osm  | 4 ++--
 test/check-refs/nwr-okay.osm | 4 ++--
 2 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/test/check-refs/nw-okay.osm b/test/check-refs/nw-okay.osm
index ef04af1..2ae8a8b 100644
--- a/test/check-refs/nw-okay.osm
+++ b/test/check-refs/nw-okay.osm
@@ -9,7 +9,7 @@
     <nd ref="12"/>
   </way>
   <relation id="30" version="1" timestamp="2015-01-01T01:00:00Z" uid="1" user="test" changeset="1">
-    <member type="n" ref="10"/>
-    <member type="w" ref="21"/>
+    <member type="node" ref="10" role=""/>
+    <member type="way" ref="21" role=""/>
   </relation>
 </osm>
diff --git a/test/check-refs/nwr-okay.osm b/test/check-refs/nwr-okay.osm
index 88adf8c..2123439 100644
--- a/test/check-refs/nwr-okay.osm
+++ b/test/check-refs/nwr-okay.osm
@@ -9,7 +9,7 @@
     <nd ref="12"/>
   </way>
   <relation id="30" version="1" timestamp="2015-01-01T01:00:00Z" uid="1" user="test" changeset="1">
-    <member type="n" ref="10"/>
-    <member type="w" ref="20"/>
+    <member type="node" ref="10" role=""/>
+    <member type="way" ref="20" role=""/>
   </relation>
 </osm>

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-grass/osmium-tool.git



More information about the Pkg-grass-devel mailing list