From 0b9f8b63778d808dcc3cd4ee876a4f24e76c6526 Mon Sep 17 00:00:00 2001 From: Kent Hansen Date: Wed, 22 Aug 2012 10:02:03 +0200 Subject: 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 --- .../qdeclarativexmlhttprequest/tst_qdeclarativexmlhttprequest.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'tests') 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); -- cgit v1.2.3