Permalink
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Showing
with
0 additions
and
4 deletions.
-
+0
−4
tests/src/core/testqgsexpression.cpp
|
@@ -3134,12 +3134,8 @@ class TestQgsExpression: public QObject |
|
|
QgsExpressionContext ctx; |
|
|
e.prepare( &ctx ); |
|
|
QVariant v = e.evaluate(); |
|
|
qDebug() << v.toString(); |
|
|
qDebug() << v.toDateTime().toMSecsSinceEpoch(); |
|
|
QTest::qSleep( 1000 ); |
|
|
QVariant v2 = e.evaluate(); |
|
|
qDebug() << v2.toString(); |
|
|
qDebug() << v2.toDateTime().toMSecsSinceEpoch(); |
|
|
|
|
|
QCOMPARE( v.toDateTime().toMSecsSinceEpoch(), v2.toDateTime().toMSecsSinceEpoch() ); |
|
|
} |
|
|
You can’t perform that action at this time.
You signed in with another tab or window. Reload to refresh your session.
You signed out in another tab or window. Reload to refresh your session.