adapt XSheetAnnotation::testGetDate() to locale change
... in c0a4de1ede
.
Change-Id: Ic93b6febe719a465d768338faa3e222e8fca2e97
This commit is contained in:
@@ -47,7 +47,7 @@ void XSheetAnnotation::testGetDate()
|
|||||||
uno::Reference< sheet::XSheetAnnotation > aSheetAnnotation (init(), UNO_QUERY_THROW);
|
uno::Reference< sheet::XSheetAnnotation > aSheetAnnotation (init(), UNO_QUERY_THROW);
|
||||||
OUString aDate = aSheetAnnotation->getDate();
|
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()
|
void XSheetAnnotation::testGetIsVisible()
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user