summaryrefslogtreecommitdiff
path: root/tests/auto/qml
diff options
context:
space:
mode:
authorErik Verbruggen <erik.verbruggen@nokia.com>2010-05-25 17:32:39 +0200
committerErik Verbruggen <erik.verbruggen@nokia.com>2010-05-26 12:42:53 +0200
commit79cbc07b29eab23dc148ae2ba0173dd26296ed87 (patch)
tree59a14e21cc93e70d0da68d6ecf1cf7a80ada8102 /tests/auto/qml
parente997f6de135f76b71db51eef38094178a2c5523e (diff)
downloadqt-creator-79cbc07b29eab23dc148ae2ba0173dd26296ed87.tar.gz
Fixed superfluous (and erroneous) semi-colon insertion.
Bug: BAUHAUS-674
Diffstat (limited to 'tests/auto/qml')
-rw-r--r--tests/auto/qml/qmldesigner/coretests/testcore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/qml/qmldesigner/coretests/testcore.cpp b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
index eaeeb0d2e2..f980c55f1f 100644
--- a/tests/auto/qml/qmldesigner/coretests/testcore.cpp
+++ b/tests/auto/qml/qmldesigner/coretests/testcore.cpp
@@ -804,8 +804,6 @@ void TestCore::testRewriterForGradientMagic()
" }\n"
"}");
- QSKIP("See BAUHAUS-674", SkipAll);
-
QPlainTextEdit textEdit;
textEdit.setPlainText(qmlString);
NotIndentingTextEditModifier modifier(&textEdit);