https://bugs.documentfoundation.org/show_bug.cgi?id=38890

--- Comment #23 from Adoche Onaji <[email protected]> ---
The fail I Saw came in from ww8export3.cxx because it has a block of code in
there:

DECLARE_WW8EXPORT_TEST(testHyperLinkURLSaving, "tdf120003.doc")
{
    OUString URL = getProperty<OUString>(getShape(1), "HyperLinkURL");
    // Without the fix in place, this test would have failed with
    // - Expected: https://www.libreoffice.org/
    // - Actual  : tps://www.libreoffice.org/
    CPPUNIT_ASSERT_EQUAL(OUString("https://www.libreoffice.org/";), URL);
}

-- 
You are receiving this mail because:
You are the assignee for the bug.

Reply via email to