diff options
-rw-r--r-- | test/source/sheet/xsheetannotation.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/source/sheet/xsheetannotation.cxx b/test/source/sheet/xsheetannotation.cxx index e59f94a224e1..3a24c31d36dd 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_MESSAGE("Wrong date", aDate.equals("01/17/2013")); + CPPUNIT_ASSERT_MESSAGE("Wrong date", aDate.equals("01/17/13")); } void XSheetAnnotation::testGetIsVisible() { |