NIHVIVO-1564 Commit changes that should have been included in r7823.
This commit is contained in:
parent
f7dbdc4889
commit
d126241bcd
2 changed files with 49 additions and 1 deletions
|
@ -707,7 +707,7 @@ public class DumpDirectiveTest {
|
|||
private Map<String, Object> getDump(String varName, Map<String, Object> dataModel) {
|
||||
try {
|
||||
Environment env = template.createProcessingEnvironment(dataModel, new StringWriter());
|
||||
return new DumpDirective().getTemplateVariableData(varName, env);
|
||||
return new DumpDirective().getTemplateVariableDump(varName, env);
|
||||
} catch (Exception e) {
|
||||
fail(e.getMessage());
|
||||
return null;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue