summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorKent Hansen <kent.hansen@nokia.com>2012-08-22 10:02:03 +0200
committerQt by Nokia <qt-info@nokia.com>2012-08-22 11:53:45 +0200
commit0b9f8b63778d808dcc3cd4ee876a4f24e76c6526 (patch)
tree86e77c0e3dea0e430c10727527a2927ad3170cb6 /tests
parent3db365e3da5c288081e3e4fc88ae3145a9513335 (diff)
Unskip test that's no longer failing
This reverts commit 504ba059df18c524fa8199084791f3b792b2104e. The test was failing due to a regression in qtscript that's now been fixed (commit 9429a85a2160cf8b860b1292e4e0bc0855841755). Task-number: QTBUG-26889 Change-Id: If7a417d4d3f67a853ffde1033ab2ae9e43f44a2c Reviewed-by: Simon Hausmann <simon.hausmann@nokia.com>
Diffstat (limited to 'tests')
-rw-r--r--tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp b/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp
index ac34d317..d8f46cc7 100644
--- a/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp
+++ b/tests/auto/declarative/qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp
@@ -159,8 +159,6 @@ void tst_qdeclarativexmlhttprequest::callbackException_data()
void tst_qdeclarativexmlhttprequest::callbackException()
{
- QSKIP("This fails currently, see QTBUG-26889");
-
// Test exception reporting for exceptions thrown at various points.
QFETCH(QString, which);