summaryrefslogtreecommitdiffstats
path: root/o3d/utils
diff options
context:
space:
mode:
Diffstat (limited to 'o3d/utils')
-rw-r--r--o3d/utils/cross/file_path_utils_test.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/o3d/utils/cross/file_path_utils_test.cc b/o3d/utils/cross/file_path_utils_test.cc
index e5b9ede..ce96165 100644
--- a/o3d/utils/cross/file_path_utils_test.cc
+++ b/o3d/utils/cross/file_path_utils_test.cc
@@ -214,9 +214,11 @@ TEST_F(FilePathUtilsTest, FindFile) {
FilePath expected_path_1(folder_path_1);
expected_path_1 = expected_path_1.Append(file_path_1);
+ o3d::AbsolutePath(&expected_path_1);
FilePath expected_path_2(folder_path_2);
expected_path_2 =
expected_path_2.Append(UTF8ToFilePath("tga-256x256-32bit.tga"));
+ o3d::AbsolutePath(&expected_path_2);
std::vector<FilePath> paths;
EXPECT_FALSE(FindFile(paths, file_path_1, &out_path));