summaryrefslogtreecommitdiff
path: root/test/core
diff options
context:
space:
mode:
authorAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-27 20:27:47 +0100
committerAndreas Stöckel <astoecke@techfak.uni-bielefeld.de>2015-01-27 20:27:47 +0100
commit4c3d0cd465a4445e1fbd851e975727be064a92f4 (patch)
tree3b6832a9b33ace78ceb136020066945929d415ab /test/core
parent34ea1fe74746577f1834b5556183cd230201146f (diff)
Renamed "link" to "import"
Diffstat (limited to 'test/core')
-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);
}
};
}