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
Tobias Hunger
qt-creator
Commits
e72c892a
Commit
e72c892a
authored
Mar 18, 2010
by
Kai Koehne
Browse files
QmlDesigner: Fix typo in autotest output
parent
ff307373
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/auto/qml/qmldesigner/coretests/testcore.cpp
View file @
e72c892a
...
...
@@ -2570,7 +2570,7 @@ void TestCore::testRewriterExceptionHandling()
rootNode
.
variantProperty
(
"bla"
)
=
QVariant
(
"blah
\"
"
);
rootNode
.
variantProperty
(
"text"
)
=
QVariant
(
"text"
);
transaction
.
commit
();
QFAIL
(
"RewritingEx
e
cption should be thrown"
);
QFAIL
(
"RewritingExc
e
ption should be thrown"
);
}
catch
(
RewritingException
&
e
)
{
QVERIFY
(
rootNode
.
isValid
());
QCOMPARE
(
rootNode
.
type
(),
QLatin1String
(
"Qt/Text"
));
...
...
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