diff options
-rw-r--r-- | core/src/fxcrt/fx_basic_bstring_unittest.cpp | 2 | ||||
-rw-r--r-- | xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp | 6 |
2 files changed, 4 insertions, 4 deletions
diff --git a/core/src/fxcrt/fx_basic_bstring_unittest.cpp b/core/src/fxcrt/fx_basic_bstring_unittest.cpp index 030b6aea10..53427e3650 100644 --- a/core/src/fxcrt/fx_basic_bstring_unittest.cpp +++ b/core/src/fxcrt/fx_basic_bstring_unittest.cpp @@ -3,7 +3,7 @@ // found in the LICENSE file. #include "testing/gtest/include/gtest/gtest.h" -#include "testing/fx_string_testhelpers.h" +#include "../../../testing/fx_string_testhelpers.h" #include "../../include/fxcrt/fx_basic.h" TEST(fxcrt, ByteStringCNull) { diff --git a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp index 33c875366c..01833cf649 100644 --- a/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp +++ b/xfa/src/fxbarcode/pdf417/BC_PDF417HighLevelEncoder_unittest.cpp @@ -2,10 +2,10 @@ // Use of this source code is governed by a BSD-style license that can be // found in the LICENSE file. -#include "core/include/fxcrt/fx_basic.h" -#include "BC_PDF417HighLevelEncoder.h" #include "testing/gtest/include/gtest/gtest.h" -#include "testing/fx_string_testhelpers.h" +#include "../../../../core/include/fxcrt/fx_basic.h" +#include "../../../../testing/fx_string_testhelpers.h" +#include "BC_PDF417HighLevelEncoder.h" TEST(PDF417HighLevelEncoder, EncodeHighLevel) { // TODO(tsepez): implement test cases. |