[VIVO-1400] Add the capability to use / parse out precise-subquery tags.

This commit is contained in:
Graham Triggs 2017-10-12 09:30:37 +01:00
parent 107c2bff03
commit 792ca4138f
13 changed files with 78 additions and 7 deletions

View file

@ -236,7 +236,7 @@ public class CustomListViewConfigFileTest extends AbstractTestClass {
String selectQuery, String[] constructQueries, String templateName,
String postprocessorName) {
assertEquals("select query", selectQuery,
configFile.getSelectQuery(collated, editing));
configFile.getSelectQuery(collated, editing, true));
assertEquals("construct queries",
new HashSet<String>(Arrays.asList(constructQueries)),
configFile.getConstructQueries());