[Libreoffice-commits] core.git: sc/qa
Kohei Yoshida
kohei.yoshida at collabora.com
Tue Aug 26 06:24:24 PDT 2014
sc/qa/unit/subsequent_export-test.cxx | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
New commits:
commit 0b8c73c52f12915e4b2500e38d1c76b8ed58e536
Author: Kohei Yoshida <kohei.yoshida at collabora.com>
Date: Tue Aug 26 09:23:20 2014 -0400
This one needs to be local time too.
Change-Id: I4e0b19689f350018039b5f5a12605ed768be1f04
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx
index 366b13c..01d1673 100644
--- a/sc/qa/unit/subsequent_export-test.cxx
+++ b/sc/qa/unit/subsequent_export-test.cxx
@@ -1517,7 +1517,7 @@ void ScExportTest::testTrackChangesSimpleXLSX()
return false;
}
- DateTime aDTNew = pAction->GetDateTimeUTC();
+ DateTime aDTNew = pAction->GetDateTime();
if (aDTNew <= aDT)
{
cerr << "Time stamp of the new revision should be more recent than that of the last revision." << endl;
More information about the Libreoffice-commits
mailing list