[Libreoffice-commits] core.git: sd/qa

Zolnai Tamás tamas.zolnai at collabora.com
Mon Dec 22 07:40:21 PST 2014


 sd/qa/unit/import-tests.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit a911241da212808375af0067049d28ce0b3709bb
Author: Zolnai Tamás <tamas.zolnai at collabora.com>
Date:   Mon Dec 22 16:39:22 2014 +0100

    Fix typo
    
    Change-Id: I6b4b16a8ab4a446826e4b6d2670b1484cb87379a

diff --git a/sd/qa/unit/import-tests.cxx b/sd/qa/unit/import-tests.cxx
index c33176f..b401687 100644
--- a/sd/qa/unit/import-tests.cxx
+++ b/sd/qa/unit/import-tests.cxx
@@ -1030,7 +1030,7 @@ void SdImportTest::testBnc862510_6()
     sal_Int32 nCharColor;
     xPropSet->getPropertyValue( "CharColor" ) >>= nCharColor;
 
-    // Color should be black
+    // Color should be gray
     CPPUNIT_ASSERT_EQUAL( sal_Int32(0x8B8B8B), nCharColor );
 
     xDocShRef->DoClose();


More information about the Libreoffice-commits mailing list