aboutsummaryrefslogtreecommitdiffstats
path: root/tests/auto/declarative/parserstress/tst_parserstress.cpp
diff options
context:
space:
mode:
authorAaron Kennedy <aaron.kennedy@nokia.com>2011-12-01 14:48:20 +0000
committerQt by Nokia <qt-info@nokia.com>2011-12-06 15:29:39 +0100
commita709d55b4a7df1b352e78e1f125c1dd7656b4adb (patch)
tree0448da15c6594fb4072d8be911d2e040c0b346ef /tests/auto/declarative/parserstress/tst_parserstress.cpp
parente7d1a74d994445749275e8e5cb88b0a21938bb09 (diff)
Copy JS tests from QtScript module
This allows qtdeclarative to build and run its tests without relying on the QtScript module Change-Id: I469254fbfec159ab2221140c588a1b3ec1c0a2d0 Reviewed-by: Aaron Kennedy <aaron.kennedy@nokia.com> Reviewed-by: Roberto Raggi <roberto.raggi@nokia.com> Reviewed-by: Kent Hansen <kent.hansen@nokia.com>
Diffstat (limited to 'tests/auto/declarative/parserstress/tst_parserstress.cpp')
-rw-r--r--tests/auto/declarative/parserstress/tst_parserstress.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/tests/auto/declarative/parserstress/tst_parserstress.cpp b/tests/auto/declarative/parserstress/tst_parserstress.cpp
index ba958859a0..3bff516f03 100644
--- a/tests/auto/declarative/parserstress/tst_parserstress.cpp
+++ b/tests/auto/declarative/parserstress/tst_parserstress.cpp
@@ -99,10 +99,6 @@ void tst_parserstress::ecmascript_data()
void tst_parserstress::ecmascript()
{
-#ifndef TESTDATADIR
- QSKIP("Needs QtScript sources");
-#else
-
QFETCH(QString, file);
QFile f(file);
@@ -150,7 +146,6 @@ void tst_parserstress::ecmascript()
QVERIFY(!component.isError());
}
-#endif // ifdef TESTDATADIR
}