tdf#120761: sw_ww8import: fix typo in unittest

Change-Id: Ia8fef7dea598cd2ea1513908f69e0176c057900b
Reviewed-on: https://gerrit.libreoffice.org/c/core/+/115309
Tested-by: Jenkins
Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
diff --git a/sw/qa/extras/ww8import/data/tdf120768_zOrder.doc b/sw/qa/extras/ww8import/data/tdf120761_zOrder.doc
similarity index 100%
rename from sw/qa/extras/ww8import/data/tdf120768_zOrder.doc
rename to sw/qa/extras/ww8import/data/tdf120761_zOrder.doc
Binary files differ
diff --git a/sw/qa/extras/ww8import/ww8import.cxx b/sw/qa/extras/ww8import/ww8import.cxx
index ccae863..840d798 100644
--- a/sw/qa/extras/ww8import/ww8import.cxx
+++ b/sw/qa/extras/ww8import/ww8import.cxx
@@ -262,7 +262,7 @@ DECLARE_WW8IMPORT_TEST(testTdf110987, "tdf110987")
    CPPUNIT_ASSERT(sFilterName != "MS Word 97 Vorlage");
}

DECLARE_WW8IMPORT_TEST(testTdf120768_zOrder, "tdf120768_zOrder.doc")
DECLARE_WW8IMPORT_TEST(testTdf120761_zOrder, "tdf120761_zOrder.doc")
{
    //The blue shape was covering everything (highest zorder = 2) instead of the lowest(0)
    uno::Reference<drawing::XShape> xShape(getShapeByName(u"Picture 2"), uno::UNO_QUERY);