summaryrefslogtreecommitdiffstats
path: root/vespalib/src/tests/text/lowercase/lowercase_test.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'vespalib/src/tests/text/lowercase/lowercase_test.cpp')
-rw-r--r--vespalib/src/tests/text/lowercase/lowercase_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/vespalib/src/tests/text/lowercase/lowercase_test.cpp b/vespalib/src/tests/text/lowercase/lowercase_test.cpp
index b226690790d..39ae5c0aea0 100644
--- a/vespalib/src/tests/text/lowercase/lowercase_test.cpp
+++ b/vespalib/src/tests/text/lowercase/lowercase_test.cpp
@@ -20,7 +20,7 @@ Test::Main()
EXPECT_EQUAL((int8_t)'a', LowerCase::convert((int8_t)'A'));
EXPECT_EQUAL((uint8_t)'a', LowerCase::convert((uint8_t)'A'));
- std::ifstream yellData("yell-want.dat");
+ std::ifstream yellData(vespalib::TestApp::GetSourceDirectory() + "yell-want.dat");
EXPECT_TRUE(yellData.good());