Mercurial > hg > sonic-annotator
view tests/misc-queries/test-query-dense-output @ 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 | 92911f967a16 |
children |
line wrap: on
line source
PREFIX vamp: <http://purl.org/ontology/vamp/> PREFIX mo: <http://purl.org/ontology/mo/> PREFIX af: <http://purl.org/ontology/af/> SELECT ?signal_source ?feature_signal_type ?value FROM <file:///share/music/wav/12-You Look So Fine.n3> WHERE { ?signal mo:available_as ?signal_source . ?signal a mo:Signal . ?signal af:signal_feature ?feature . ?feature a ?feature_signal_type. ?feature af:value ?value . }