summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
Diffstat (limited to 'test')
-rw-r--r--test/core/StandaloneEnvironment.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/core/StandaloneEnvironment.hpp b/test/core/StandaloneEnvironment.hpp
index ef07379..3bceb7c 100644
--- a/test/core/StandaloneEnvironment.hpp
+++ b/test/core/StandaloneEnvironment.hpp
@@ -58,7 +58,7 @@ struct StandaloneEnvironment {
const std::string mimetype, const std::string rel,
const RttiSet &supportedTypes)
{
- return context.link(path, mimetype, rel, supportedTypes);
+ return context.import(path, mimetype, rel, supportedTypes);
}
};
}