NIHVIVO-1564 Commit changes that should have been included in r7823.

This commit is contained in:
ryounes 2011-04-19 13:30:23 +00:00
parent f7dbdc4889
commit d126241bcd
2 changed files with 49 additions and 1 deletions

View file

@ -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;