[Libreoffice-commits] core.git: sw/qa
Miklos Vajna
vmiklos at collabora.co.uk
Wed Jun 11 10:15:38 PDT 2014
sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit a5658d3f8954997ea5b2eaaec5d0d6b9405a24f3
Author: Miklos Vajna <vmiklos at collabora.co.uk>
Date: Wed Jun 11 19:07:45 2014 +0200
CppunitTest_sw_ooxmlexport: port testTextBoxPictureFill to textboxes
Change-Id: I304c7d7157c4167e7fe33af259e732865900d4ca
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index 747e5b4..812216b 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -2243,7 +2243,7 @@ DECLARE_OOXMLEXPORT_TEST(testTextBoxPictureFill, "textbox_picturefill.docx")
{
uno::Reference<beans::XPropertySet> xFrame(getShape(1), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(drawing::FillStyle_BITMAP, getProperty<drawing::FillStyle>(xFrame, "FillStyle"));
- CPPUNIT_ASSERT(!(getProperty<OUString>(xFrame,"BackGraphicURL")).isEmpty());
+ CPPUNIT_ASSERT(!(getProperty<OUString>(xFrame,"FillBitmapURL")).isEmpty());
}
DECLARE_OOXMLEXPORT_TEST(testFDO73034, "FDO73034.docx")
More information about the Libreoffice-commits
mailing list