runTestWorker(query, query.getSyntax()) ;
}
protected void runTestWorker(Query query, Syntax syntax)
{
IndentedLineBuffer buff = new IndentedLineBuffer() ;
query.serialize(buff, syntax) ;
String baseURI = null ;
if ( ! query.explicitlySetBaseURI() )
// Not in query - use the same one (e.g. file read from) .