Kaydet (Commit) 15bb3995 authored tarafından Kohei Yoshida's avatar Kohei Yoshida

Let's not get the UTC date to see if it fixes test failure in PST.

Change-Id: I16276b50d07a221a4003f49cba75f16ca90015c2
üst 2f5e266e
...@@ -1493,7 +1493,7 @@ void ScExportTest::testTrackChangesSimpleXLSX() ...@@ -1493,7 +1493,7 @@ void ScExportTest::testTrackChangesSimpleXLSX()
return false; return false;
} }
DateTime aDT = pAction->GetDateTimeUTC(); DateTime aDT = pAction->GetDateTime();
if (aDT.GetYear() != 2014 || aDT.GetMonth() != 7 || aDT.GetDay() != 11) if (aDT.GetYear() != 2014 || aDT.GetMonth() != 7 || aDT.GetDay() != 11)
{ {
cerr << "Wrong time stamp." << endl; cerr << "Wrong time stamp." << endl;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment