[Libreoffice-commits] core.git: sw/qa
Julien Nabet
serval2412 at yahoo.fr
Sun Oct 6 08:19:18 PDT 2013
sw/qa/extras/ooxmlexport/ooxmlexport.cxx | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
New commits:
commit 1bbfd5a069eda17feec8b26c5002b8e7d570abee
Author: Julien Nabet <serval2412 at yahoo.fr>
Date: Sun Oct 6 17:18:12 2013 +0200
Try to fix TB master Linux-Gentoo-x86_64_2-no-conf
Change-Id: I9a1ed5b10f059ddf72fcbcfaf9260bbdbd529d03
diff --git a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
index f771ef9..8fdb7fb 100644
--- a/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
+++ b/sw/qa/extras/ooxmlexport/ooxmlexport.cxx
@@ -733,8 +733,8 @@ void Test::testTextframeGradient()
uno::Reference<beans::XPropertySet> xFrame(xIndexAccess->getByIndex(0), uno::UNO_QUERY);
CPPUNIT_ASSERT_EQUAL(drawing::FillStyle_GRADIENT, getProperty<drawing::FillStyle>(xFrame, "FillStyle"));
awt::Gradient aGradient = getProperty<awt::Gradient>(xFrame, "FillGradient");
- CPPUNIT_ASSERT_EQUAL(sal_Int32(0xC0504D), aGradient.StartColor);
- CPPUNIT_ASSERT_EQUAL(sal_Int32(0xD99594), aGradient.EndColor);
+ CPPUNIT_ASSERT_EQUAL(sal_Int32(0xD99594), aGradient.StartColor);
+ CPPUNIT_ASSERT_EQUAL(sal_Int32(0xC0504D), aGradient.EndColor);
CPPUNIT_ASSERT_EQUAL(awt::GradientStyle_AXIAL, aGradient.Style);
xFrame.set(xIndexAccess->getByIndex(1), uno::UNO_QUERY);
More information about the Libreoffice-commits
mailing list