Index: core/fxcodec/codec/fx_codec_jpx_unittest.cpp |
diff --git a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp |
similarity index 98% |
rename from core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
rename to core/fxcodec/codec/fx_codec_jpx_unittest.cpp |
index c472ef18c60951c62ea27acd483d4c22c045b46f..d58b152a78dcc0940be6c7ba8b25f1589e24948f 100644 |
--- a/core/src/fxcodec/codec/fx_codec_jpx_unittest.cpp |
+++ b/core/fxcodec/codec/fx_codec_jpx_unittest.cpp |
@@ -6,7 +6,7 @@ |
#include <limits> |
-#include "core/src/fxcodec/codec/codec_int.h" |
+#include "core/fxcodec/codec/codec_int.h" |
#include "testing/fx_string_testhelpers.h" |
#include "testing/gtest/include/gtest/gtest.h" |
@@ -496,14 +496,8 @@ TEST(fxcodec, YUV420ToRGB) { |
const struct { |
OPJ_UINT32 w; |
bool expected; |
- } cases[] = {{0, false}, |
- {1, false}, |
- {30, false}, |
- {31, true}, |
- {32, true}, |
- {33, true}, |
- {34, false}, |
- {UINT_MAX, false}}; |
+ } cases[] = {{0, false}, {1, false}, {30, false}, {31, true}, |
+ {32, true}, {33, true}, {34, false}, {UINT_MAX, false}}; |
for (int i = 0; i < sizeof(cases) / sizeof(cases[0]); ++i) { |
y.w = cases[i].w; |
y.h = y.w; |