diff options
author | Warwick Allison <warwick.allison@nokia.com> | 2010-03-28 22:59:28 (GMT) |
---|---|---|
committer | Warwick Allison <warwick.allison@nokia.com> | 2010-03-28 22:59:28 (GMT) |
commit | f87e175eb03a6b455f70e12bb24f75c26eacb4c2 (patch) | |
tree | b2856f64aa5f50883b4d275944f5ad94bbaa2f0f /tests/auto/declarative/qdeclarativeecmascript | |
parent | a3868307c0e1584a1f694efc4a7b980b54c6e2b1 (diff) | |
download | Qt-f87e175eb03a6b455f70e12bb24f75c26eacb4c2.zip Qt-f87e175eb03a6b455f70e12bb24f75c26eacb4c2.tar.gz Qt-f87e175eb03a6b455f70e12bb24f75c26eacb4c2.tar.bz2 |
QTBUG-9367 has been fixed. Expect pass.
Diffstat (limited to 'tests/auto/declarative/qdeclarativeecmascript')
-rw-r--r-- | tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp index 041fd4d..2791722c 100644 --- a/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp +++ b/tests/auto/declarative/qdeclarativeecmascript/tst_qdeclarativeecmascript.cpp @@ -1248,7 +1248,6 @@ void tst_qdeclarativeecmascript::regExpBug() QDeclarativeComponent component(&engine, TEST_FILE("regExp.qml")); MyQmlObject *object = qobject_cast<MyQmlObject*>(component.create()); QVERIFY(object != 0); - QEXPECT_FAIL("", "QTBUG-9367", Continue); QCOMPARE(object->regExp().pattern(), QLatin1String("[a-zA-z]")); } |