comparison tests/expected/transforms-summaries-percussiononsets-from-rdf.n3 @ 59:52b9d58edb78

Ensure expected output (as well as test output) gets canonicalised before comparison. The test in question still fails -- I think now only because of plugin output ordering changes (prior to svcore rev f3fd2988fc9b it also had picked up some incorrect output feature types)
author Chris Cannam
date Mon, 09 Jan 2012 16:30:44 +0000
parents 102bb1729184
children 400e09d69b8f
comparison
equal deleted inserted replaced
58:350f61d5d9be 59:52b9d58edb78
6 @prefix event: <http://purl.org/NET/c4dm/event.owl#> . 6 @prefix event: <http://purl.org/NET/c4dm/event.owl#> .
7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . 7 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . 8 @prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
9 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> . 9 @prefix tl: <http://purl.org/NET/c4dm/timeline.owl#> .
10 @prefix vamp: <http://purl.org/ontology/vamp/> . 10 @prefix vamp: <http://purl.org/ontology/vamp/> .
11 @prefix : <> .
11 12
12 :transform_0_onsets 13 :transform_0_onsets
13 vamp:block_size "1024"^^xsd:int ; 14 vamp:block_size "1024"^^xsd:int ;
14 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_onsets> ; 15 vamp:output <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets_output_onsets> ;
15 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ; 16 vamp:plugin <http://vamp-plugins.org/rdf/plugins/vamp-example-plugins#percussiononsets> ;