Skip to content
GitLab
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
94b51910
Commit
94b51910
authored
Mar 29, 2010
by
Erik Verbruggen
Browse files
Fixed test case.
parent
b97d5c5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/coretests/testcore.cpp
View file @
94b51910
...
...
@@ -2138,8 +2138,8 @@ void TestCore::testRewriterTransactionRewriter()
{
RewriterTransaction
transaction
=
view
->
beginRewriterTransaction
();
childNode1
=
addChildNode
(
rootModelNode
,
"Qt/Rectangle"
,
4
,
6
,
"data"
);
childNode1
.
variantProperty
(
"x"
)
=
"
10
"
;
childNode1
.
variantProperty
(
"y"
)
=
"
10
"
;
childNode1
.
variantProperty
(
"x"
)
=
10
;
childNode1
.
variantProperty
(
"y"
)
=
10
;
}
QVERIFY
(
childNode1
.
isValid
());
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new 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