[Libreoffice-commits] .: sw/qa
Libreoffice Gerrit user
logerrit at kemper.freedesktop.org
Thu Oct 11 13:09:04 PDT 2012
sw/qa/extras/ooxmlimport/ooxmlimport.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit e58a179e9059665c1d195635a0148ca7370bbc04
Author: Miklos Vajna <vmiklos at suse.cz>
Date: Thu Oct 11 22:08:35 2012 +0200
fix sw_subsequent_ooxmlimport after df99bb3
Change-Id: Iffe97b25ad8714342a55bbe54909dd1a3d47bdec
diff --git a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
index c3a0bc5..ea6b667 100644
--- a/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
+++ b/sw/qa/extras/ooxmlimport/ooxmlimport.cxx
@@ -814,7 +814,7 @@ void Test::testN777345()
Graphic aGraphic(xGraphic);
// If this changes later, feel free to update it, but make sure it's not
// the checksum of a white/transparent placeholder rectangle.
- CPPUNIT_ASSERT_EQUAL(sal_uLong(2404338915U), aGraphic.GetChecksum());
+ CPPUNIT_ASSERT_EQUAL(sal_uLong(3816010727U), aGraphic.GetChecksum());
}
void Test::testN777337()
More information about the Libreoffice-commits
mailing list