sw/qa/extras/ooxmlexport/ooxmlexport11.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
New commits: commit 97ffdd33cae49f9fd039206cbcd6fc0a10bb1757 Author: Justin Luth <justin_l...@sil.org> Date: Tue Oct 31 13:27:01 2017 +0300 related tdf#82065: tinderbox failed - give some unit test allowance Change-Id: I64e29a1b4a90ae3a840659c9636b921661397c1f Reviewed-on: https://gerrit.libreoffice.org/44108 Tested-by: Jenkins <c...@libreoffice.org> Reviewed-by: Justin Luth <justin_l...@sil.org> diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx index bb368bccbfcc..1375a2edef89 100644 --- a/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx +++ b/sw/qa/extras/ooxmlexport/ooxmlexport11.cxx @@ -59,7 +59,7 @@ DECLARE_OOXMLEXPORT_TEST(testTdf82065_Ind_start_strict, "tdf82065_Ind_start_stri if (rProp.Name == "IndentAt") { - CPPUNIT_ASSERT_EQUAL_MESSAGE("IndentAt", sal_uInt32(6001), rProp.Value.get<sal_uInt32>() ); + CPPUNIT_ASSERT_DOUBLES_EQUAL_MESSAGE("IndentAt", double(6001), rProp.Value.get<double>(), 10 ); bFoundIndentAt = true; } } _______________________________________________ Libreoffice-commits mailing list libreoffice-comm...@lists.freedesktop.org https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits