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
Marco Bubke
flatpak-qt-creator
Commits
742c49ae
Commit
742c49ae
authored
Sep 07, 2010
by
Thomas Hartmann
Browse files
QmlDesigner.test: fix
parent
7d6f1815
Changes
2
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/coretests/tst_testcore.cpp
View file @
742c49ae
...
...
@@ -4720,7 +4720,7 @@ void tst_TestCore::testInstancesNotInScene()
node1
.
destroy
();
}
void
TestCore
::
testInstancesBindingsInStatesStress
()
void
tst_
TestCore
::
testInstancesBindingsInStatesStress
()
{
//This is a stress test to provoke a crash
for
(
int
j
=
0
;
j
<
20
;
j
++
)
{
...
...
@@ -4823,7 +4823,7 @@ void TestCore::testInstancesBindingsInStatesStress()
}
}
void
TestCore
::
testQmlModelStatesInvalidForRemovedNodes
()
void
tst_
TestCore
::
testQmlModelStatesInvalidForRemovedNodes
()
{
QScopedPointer
<
Model
>
model
(
Model
::
create
(
"Qt/Rectangle"
,
4
,
7
));
QVERIFY
(
model
.
data
());
...
...
tests/auto/qml/qmldesigner/coretests/tst_testcore.h
View file @
742c49ae
...
...
@@ -149,7 +149,7 @@ private slots:
void
testInstancesStates
();
void
testInstancesIdResolution
();
void
testInstancesNotInScene
();
void
testInstancesBindingsInStates
();
void
testInstancesBindingsInStates
Stress
();
//
// integration tests
...
...
Write
Preview
Markdown
is supported
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