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

Buovjaga <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |[email protected]

--- Comment #24 from Buovjaga <[email protected]> ---
(In reply to Adoche Onaji from comment #23)
> 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);
> }

This is about https://gerrit.libreoffice.org/c/core/+/142005

Undo your changes in the test (qa) directories. The use of www.libreoffice.org
URLs there is just a coincidence and not relevant for this hack.

So undo like

git checkout master -- sw/qa/extras/odfexport/odfexport2.cxx

for each file and update your patch.

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

Reply via email to