sw/qa/extras/uiwriter/uiwriter.cxx |    3 ---
 1 file changed, 3 deletions(-)

New commits:
commit 41ecfc58a1ff9b091d203ca2e28609083ac2ff9a
Author: Tomaž Vajngerl <tomaz.vajng...@collabora.com>
Date:   Mon Oct 12 23:46:32 2015 +0200

    tdf#77014 remove redundant check in test
    
    Change-Id: Ifb87365520b93041f3f1209c1241ac4ae7824eb1

diff --git a/sw/qa/extras/uiwriter/uiwriter.cxx 
b/sw/qa/extras/uiwriter/uiwriter.cxx
index 988ebf8..e05c6ba 100644
--- a/sw/qa/extras/uiwriter/uiwriter.cxx
+++ b/sw/qa/extras/uiwriter/uiwriter.cxx
@@ -2721,9 +2721,6 @@ void SwUiWriterTest::testTdf77014()
     CPPUNIT_ASSERT_EQUAL(OUString("POR_TXT"), 
parseDump("/root/page/body/txt[4]/Text[3]", "nType"));
     CPPUNIT_ASSERT_EQUAL(OUString("1"),       
parseDump("/root/page/body/txt[4]/Text[3]", "nLength"));
 
-    CPPUNIT_ASSERT_EQUAL(OUString("POR_TXT"), 
parseDump("/root/page/body/txt[4]/Text[1]", "nType"));
-    CPPUNIT_ASSERT_EQUAL(OUString("91"),      
parseDump("/root/page/body/txt[4]/Text[1]", "nLength"));
-
     // Second paragraph
     CPPUNIT_ASSERT_EQUAL(OUString("POR_TXT"), 
parseDump("/root/page/body/txt[5]/Text[1]", "nType"));
     CPPUNIT_ASSERT_EQUAL(OUString("91"),      
parseDump("/root/page/body/txt[5]/Text[1]", "nLength"));
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to