aboutsummaryrefslogtreecommitdiff
path: root/test.cc
diff options
context:
space:
mode:
Diffstat (limited to 'test.cc')
-rw-r--r--test.cc3
1 files changed, 2 insertions, 1 deletions
diff --git a/test.cc b/test.cc
index a21f25a..9d1dd3a 100644
--- a/test.cc
+++ b/test.cc
@@ -44,7 +44,8 @@ int main(int ac, char** av) {
InputXSLT::PlattformGuard plattform(includePath);
InputXSLT::TransformationFacade transformation(
- variables["transformation"].as<std::string>()
+ variables["transformation"].as<std::string>(),
+ plattform.getEntityResolver()
);
if ( variables.count("target") ) {