summaryrefslogtreecommitdiffstats
path: root/documentapi/src/tests/messages/error_codes_test.cpp
diff options
context:
space:
mode:
authorArnstein Ressem <aressem@gmail.com>2016-11-02 23:26:40 +0100
committerArnstein Ressem <aressem@gmail.com>2016-11-02 23:26:40 +0100
commit99480b4d72abf3688060d7643816680a30963f74 (patch)
tree966d8494bca9292e6be2877d91ed838953856f0f /documentapi/src/tests/messages/error_codes_test.cpp
parent3d18773cf5357250cb2d35d6e8c13477db6e20a3 (diff)
Removed TestApp::GetSourceDirectory
Diffstat (limited to 'documentapi/src/tests/messages/error_codes_test.cpp')
-rw-r--r--documentapi/src/tests/messages/error_codes_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/documentapi/src/tests/messages/error_codes_test.cpp b/documentapi/src/tests/messages/error_codes_test.cpp
index e9ad68f441e..57c97956d0d 100644
--- a/documentapi/src/tests/messages/error_codes_test.cpp
+++ b/documentapi/src/tests/messages/error_codes_test.cpp
@@ -99,7 +99,7 @@ std::string to_sorted_key_value_string(const NamedErrorCodes& codes) {
std::string
ErrorCodesTest::path_prefixed(const std::string& file_name) const {
- return GetSourceDirectory() + "../../../test/crosslanguagefiles/" + file_name;
+ return TEST_PATH("../../../test/crosslanguagefiles/" + file_name);
}
void