diff options
author | Michael Stahl <mstahl@redhat.com> | 2014-04-11 16:46:04 +0200 |
---|---|---|
committer | Michael Stahl <mstahl@redhat.com> | 2014-04-11 16:47:35 +0200 |
commit | 8755eb0274dc71acfc4d589e1fe5cefd34b77cec (patch) | |
tree | 48758f81e2c8f9dc5d3741373bbb1f5e03eaee7e | |
parent | 66bafdd56f901fac5673f958e394a88f8ccddc2a (diff) |
adapt XSheetAnnotation::testGetDate() to locale change
... in c0a4de1ede27c5911fea0829deabee0b599d5d40.
Change-Id: Ic93b6febe719a465d768338faa3e222e8fca2e97
-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() { |