From c465d13e6fca5e171bde45d35b2dd43117f4702e Mon Sep 17 00:00:00 2001 From: Hal Canary Date: Fri, 8 Dec 2017 10:21:31 -0500 Subject: resources: orgainize directory. Should make it easier to ask just for images. Change-Id: If821743dc924c4bfbc6b2b2d29b14affde7b3afd Reviewed-on: https://skia-review.googlesource.com/82684 Commit-Queue: Hal Canary Reviewed-by: Leon Scroggins --- tests/CodecExactReadTest.cpp | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) (limited to 'tests/CodecExactReadTest.cpp') diff --git a/tests/CodecExactReadTest.cpp b/tests/CodecExactReadTest.cpp index d00c0bcf97..6189bdfd53 100644 --- a/tests/CodecExactReadTest.cpp +++ b/tests/CodecExactReadTest.cpp @@ -44,13 +44,13 @@ private: // end of the data. Some other SkCodecs do, but some Android apps rely on not // doing so for PNGs. Test on other formats that work. DEF_TEST(Codec_end, r) { - for (const char* path : { "plane.png", - "yellow_rose.png", - "plane_interlaced.png", - "google_chrome.ico", - "color_wheel.ico", - "mandrill.wbmp", - "randPixels.bmp", + for (const char* path : { "images/plane.png", + "images/yellow_rose.png", + "images/plane_interlaced.png", + "images/google_chrome.ico", + "images/color_wheel.ico", + "images/mandrill.wbmp", + "images/randPixels.bmp", }) { sk_sp data = GetResourceAsData(path); if (!data) { -- cgit v1.2.3