diff options
author | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-27 20:27:47 +0100 |
---|---|---|
committer | Andreas Stöckel <astoecke@techfak.uni-bielefeld.de> | 2015-01-27 20:27:47 +0100 |
commit | 4c3d0cd465a4445e1fbd851e975727be064a92f4 (patch) | |
tree | 3b6832a9b33ace78ceb136020066945929d415ab /test | |
parent | 34ea1fe74746577f1834b5556183cd230201146f (diff) |
Renamed "link" to "import"
Diffstat (limited to 'test')
-rw-r--r-- | test/core/StandaloneEnvironment.hpp | 2 |
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); } }; } |