diff options
Diffstat (limited to 'tests/component/resources_test.cpp')
-rw-r--r-- | tests/component/resources_test.cpp | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/tests/component/resources_test.cpp b/tests/component/resources_test.cpp index b00c3d528..54329db22 100644 --- a/tests/component/resources_test.cpp +++ b/tests/component/resources_test.cpp @@ -33,9 +33,8 @@ static const std::string kLocale = "zu"; static const std::vector<std::string> kResourceImagesDirs{ - "res-testdata/res-mdpi/images/", "res-testdata/res-hdpi/images/", - "res-testdata/res-xhdpi/images/", "res-testdata/res-xxhdpi/images/", - "res-testdata/res-xxxhdpi/images/", + "res-mdpi/images/", "res-hdpi/images/", "res-xhdpi/images/", + "res-xxhdpi/images/", "res-xxxhdpi/images/", }; static int png_filter(const dirent* de) { |