Commit 37ec5822 authored by Mitch Curtis's avatar Mitch Curtis Committed by The Qt Project
Browse files

Don't remove milliseconds now that toString() includes them.


This patch fixes a test failure introduced by
15da0a5af20fe6771bcb94ef8d46edbd5c8fb64c.

tst_QScriptEngine::dateConversionJSQt and
tst_QScriptEngine::dateConversionQtJS
removed milliseconds from the JS-converted datetime, as
QTime::toString() previously did not include them. Now it does, so we
can remove this code.

Change-Id: Iaddfc050adf8360bee776086b27de001702d221d
Reviewed-by: default avatarFrederik Gladhorn <frederik.gladhorn@digia.com>
parent e44e545c
Showing with 0 additions and 2 deletions
Supports Markdown
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