[VIVO-1400] Add the capability to use / parse out precise-subquery tags.
This commit is contained in:
parent
107c2bff03
commit
792ca4138f
13 changed files with 78 additions and 7 deletions
|
@ -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());
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue