From 889fdaad5603d14c8400a98110d4d05a84319192 Mon Sep 17 00:00:00 2001 From: Pranam Lashkari Date: Thu, 15 Aug 2024 02:28:19 +0200 Subject: fixed tdf#162471: display comment time in ods if available MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I2fe2621458608a2bf6c382397ec5acdaeffe3748 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171774 Tested-by: Jenkins Reviewed-by: Caolán McNamara (cherry picked from commit f684f284deda654893a097b6363bee7ec5b955f5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172077 Reviewed-by: Xisco Fauli --- test/source/sheet/xsheetannotation.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test') diff --git a/test/source/sheet/xsheetannotation.cxx b/test/source/sheet/xsheetannotation.cxx index 4846a1a1a4ae..ef039f52c218 100644 --- a/test/source/sheet/xsheetannotation.cxx +++ b/test/source/sheet/xsheetannotation.cxx @@ -47,7 +47,7 @@ void XSheetAnnotation::testGetDate() uno::Reference< sheet::XSheetAnnotation > aSheetAnnotation (init(), UNO_QUERY_THROW); OUString aDate = aSheetAnnotation->getDate(); - CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong date", u"01/17/2013"_ustr, aDate); + CPPUNIT_ASSERT_EQUAL_MESSAGE("Wrong date", u"01/17/2013 00:00:00"_ustr, aDate); } void XSheetAnnotation::testGetIsVisible() { -- cgit