- From: Eric Prud'hommeaux <eric@w3.org>
- Date: Fri, 27 Apr 2012 11:31:50 -0400
- To: public-rdb2rdf-wg@w3.org
http://swobjects.svn.sourceforge.net/viewvc/swobjects/branches/sparql11/tests/DM-report-EARL.ttl
has entries like
[] a earl:Assertion;
earl:assertedBy tests:test_DM.cpp ;
earl:result [
a earl:TestResult ;
earl:outcome earl:passed
] ;
earl:subject swobj:project ;
earl:test rdb2rdf:D000-1table1column0rows ;
earl:info "mysql" .
followed by two more, identical except for the earl:info identifying
the database:
[] a earl:Assertion;
earl:assertedBy tests:test_DM.cpp ;
earl:result [
a earl:TestResult ;
earl:outcome earl:passed
] ;
earl:subject swobj:project ;
earl:test rdb2rdf:D000-1table1column0rows ;
earl:info "postgres" .
[] a earl:Assertion;
earl:assertedBy tests:test_DM.cpp ;
earl:result [
a earl:TestResult ;
earl:outcome earl:passed
] ;
earl:subject swobj:project ;
earl:test rdb2rdf:D000-1table1column0rows ;
earl:info "oracle" .
Is this a helpful format for reporting running the same test with
different databases?
--
-ericP
Received on Friday, 27 April 2012 15:32:23 UTC