sw/qa/extras/uiwriter/uiwriter.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit e05ad4fc8b3a0a0e92c31c0afe935acfcb8efb97
Author: Miklos Vajna <vmik...@collabora.co.uk>
Date:   Wed May 4 08:38:54 2016 +0200

    CPPUNIT_ASSERT(a == b) -> CPPUNIT_ASSERT_EQUAL(b, a)
    
    Change-Id: I84dcd5ccc48d46f4aaa1ad33b341bfe7542757a3
    Reviewed-on: https://gerrit.libreoffice.org/24631
    Reviewed-by: Miklos Vajna <vmik...@collabora.co.uk>
    Tested-by: Jenkins <c...@libreoffice.org>

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index fca4a79..beed66e 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -3454,7 +3454,7 @@ void SwUiWriterTest::testTdf96536()
     uno::Reference<lang::XComponent> xParagraph(getParagraph(2), 
uno::UNO_QUERY);
     xParagraph->dispose();
     calcLayout();
-    CPPUNIT_ASSERT(parseDump("/root/page[1]/infos/bounds", "height").toInt32() 
== nSingleParaPageHeight);
+    CPPUNIT_ASSERT_EQUAL(nSingleParaPageHeight, 
parseDump("/root/page[1]/infos/bounds", "height").toInt32());
 }
 
 void SwUiWriterTest::testTdf96479()
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to