summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorPranam Lashkari <lpranam@collabora.com>2024-08-15 02:28:19 +0200
committerXisco Fauli <xiscofauli@libreoffice.org>2024-08-20 16:37:27 +0200
commit889fdaad5603d14c8400a98110d4d05a84319192 (patch)
tree7223ed22cddafc91ae72b99934fbb5639429efea /test
parent70a34d6b8bb4a4ecc89f1ceafaa2ea5d3a67acf8 (diff)
fixed tdf#162471: display comment time in ods if available
Change-Id: I2fe2621458608a2bf6c382397ec5acdaeffe3748 Reviewed-on: https://gerrit.libreoffice.org/c/core/+/171774 Tested-by: Jenkins Reviewed-by: Caolán McNamara <caolan.mcnamara@collabora.com> (cherry picked from commit f684f284deda654893a097b6363bee7ec5b955f5) Reviewed-on: https://gerrit.libreoffice.org/c/core/+/172077 Reviewed-by: Xisco Fauli <xiscofauli@libreoffice.org>
Diffstat (limited to 'test')
-rw-r--r--test/source/sheet/xsheetannotation.cxx2
1 files changed, 1 insertions, 1 deletions
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()
{