[Libreoffice-commits] core.git: Branch 'libreoffice-4-4' - sw/qa

Andras Timar andras.timar at collabora.com
Sat Feb 7 02:34:21 PST 2015


 sw/qa/extras/htmlexport/htmlexport.cxx |    5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

New commits:
commit 72812676b419b8d5fa32d06e5c45af73d08eac59
Author: Andras Timar <andras.timar at collabora.com>
Date:   Sat Feb 7 11:32:49 2015 +0100

    tdf#76291 adapt unit test to libreoffice-4-4
    
    Change-Id: I12c74380b65e463be352825c7f1459393883283b

diff --git a/sw/qa/extras/htmlexport/htmlexport.cxx b/sw/qa/extras/htmlexport/htmlexport.cxx
index aaa43d6..47cffc7 100644
--- a/sw/qa/extras/htmlexport/htmlexport.cxx
+++ b/sw/qa/extras/htmlexport/htmlexport.cxx
@@ -237,9 +237,10 @@ DECLARE_HTMLEXPORT_TEST(testExportUrlEncoding, "tdf76291.odt")
 {
     htmlDocPtr pDoc = parseHtml(maTempFile);
     CPPUNIT_ASSERT(pDoc);
-    
+
     // Test URI encoded hyperlink with Chinese characters
-    assertXPath(pDoc, "/html/body/p/a", "href", "http://www.youtube.com/results?search_query=%E7%B2%B5%E8%AA%9Emv&sm=12");
+    assertXPath(pDoc, "/html/body/p/a[1]", "href", "http://www.youtube.com/results?search_query=%E7%B2%B5%E8%AA%9Emv&sm=12");
+    assertXPath(pDoc, "/html/body/p/a[2]", "href", "http://www.youtube.com/results?search_query=%E7%B2%B5%E8%AA%9Emv&sm=12");
 }
 
 CPPUNIT_PLUGIN_IMPLEMENT();


More information about the Libreoffice-commits mailing list