diff options
author | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-26 09:14:47 -0400 |
---|---|---|
committer | Kohei Yoshida <kohei.yoshida@collabora.com> | 2014-08-26 09:16:23 -0400 |
commit | 15bb3995ac9ebdced1b71cf7174e5524f316d490 (patch) | |
tree | 0c5dc7e195f02fbf1c12568f5112b94a2f76e7c2 | |
parent | 2f5e266e978a6c9142e8a154ccddb2a07146ed42 (diff) |
Let's not get the UTC date to see if it fixes test failure in PST.
Change-Id: I16276b50d07a221a4003f49cba75f16ca90015c2
-rw-r--r-- | sc/qa/unit/subsequent_export-test.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sc/qa/unit/subsequent_export-test.cxx b/sc/qa/unit/subsequent_export-test.cxx index 0adfb5e0d460..366b13cda636 100644 --- a/sc/qa/unit/subsequent_export-test.cxx +++ b/sc/qa/unit/subsequent_export-test.cxx @@ -1493,7 +1493,7 @@ void ScExportTest::testTrackChangesSimpleXLSX() return false; } - DateTime aDT = pAction->GetDateTimeUTC(); + DateTime aDT = pAction->GetDateTime(); if (aDT.GetYear() != 2014 || aDT.GetMonth() != 7 || aDT.GetDay() != 11) { cerr << "Wrong time stamp." << endl; |