summaryrefslogtreecommitdiffstats
path: root/tests/test-07.out
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-25 21:03:41 +0000
committerDavid Robillard <d@drobilla.net>2013-12-25 21:03:41 +0000
commit6019a68609a3798e83cb28924376a320a18386bc (patch)
treea8727a7d139f584950fe984db679c541c00f27c3 /tests/test-07.out
parent20aaebdc3024ef93afc80167f972287116a85f08 (diff)
downloadsord-6019a68609a3798e83cb28924376a320a18386bc.tar.gz
sord-6019a68609a3798e83cb28924376a320a18386bc.tar.bz2
sord-6019a68609a3798e83cb28924376a320a18386bc.zip
Update test suite for latest serd.
git-svn-id: http://svn.drobilla.net/sord/trunk@293 3d64ff67-21c5-427c-a301-fe4f08042e5a
Diffstat (limited to 'tests/test-07.out')
-rw-r--r--tests/test-07.out10
1 files changed, 5 insertions, 5 deletions
diff --git a/tests/test-07.out b/tests/test-07.out
index 4a4e8ee..e62cede 100644
--- a/tests/test-07.out
+++ b/tests/test-07.out
@@ -1,5 +1,5 @@
-_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
-_:genid1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:genid2 .
-_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
-_:genid2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .
-<http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> _:genid1 .
+<http://example.org/stuff/1.0/a> <http://example.org/stuff/1.0/b> _:b1 .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "apple" .
+_:b1 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> _:b2 .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#first> "banana" .
+_:b2 <http://www.w3.org/1999/02/22-rdf-syntax-ns#rest> <http://www.w3.org/1999/02/22-rdf-syntax-ns#nil> .