Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Telemetry
KUserFeedback
Commits
ebdf33e6
Commit
ebdf33e6
authored
Jan 01, 2017
by
Volker Krause
Browse files
Stabilize data source test
parent
f64c7ec9
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/datasourcetest.cpp
View file @
ebdf33e6
...
...
@@ -94,7 +94,7 @@ private slots:
auto
o
=
v
.
toMap
();
QCOMPARE
(
o
.
size
(),
0
);
// nothing recorded
QTest
::
qWait
(
1
0
00
);
QTest
::
qWait
(
1
2
00
);
v
=
src
.
data
();
o
=
v
.
toMap
();
QCOMPARE
(
o
.
size
(),
1
);
...
...
@@ -103,7 +103,7 @@ private slots:
QCOMPARE
(
v
.
type
(),
QVariant
::
Double
);
setProp
(
23
);
QTest
::
qWait
(
1
0
00
);
QTest
::
qWait
(
1
2
00
);
v
=
src
.
data
();
o
=
v
.
toMap
();
QCOMPARE
(
o
.
size
(),
2
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment