From 4c3d0cd465a4445e1fbd851e975727be064a92f4 Mon Sep 17 00:00:00 2001 From: Andreas Stöckel Date: Tue, 27 Jan 2015 20:27:47 +0100 Subject: Renamed "link" to "import" --- test/core/StandaloneEnvironment.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') 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); } }; } -- cgit v1.2.3