Remove "All rights reserved" line from license headers.
[profile/ivi/qtdeclarative.git] / tests / auto / declarative / parserstress / tst_parserstress.cpp
index 574bbfa..9885392 100644 (file)
@@ -1,8 +1,7 @@
 /****************************************************************************
 **
-** Copyright (C) 2011 Nokia Corporation and/or its subsidiary(-ies).
-** All rights reserved.
-** Contact: Nokia Corporation (qt-info@nokia.com)
+** Copyright (C) 2012 Nokia Corporation and/or its subsidiary(-ies).
+** Contact: http://www.qt-project.org/
 **
 ** This file is part of the test suite of the Qt Toolkit.
 **
@@ -35,6 +34,7 @@
 **
 **
 **
+**
 ** $QT_END_LICENSE$
 **
 ****************************************************************************/
@@ -99,10 +99,6 @@ void tst_parserstress::ecmascript_data()
 
 void tst_parserstress::ecmascript()
 {
-#ifndef TESTDATADIR
-    QSKIP("Needs QtScript sources", SkipAll);
-#else
-
     QFETCH(QString, file);
 
     QFile f(file);
@@ -150,7 +146,6 @@ void tst_parserstress::ecmascript()
 
         QVERIFY(!component.isError());
     }
-#endif // ifdef TESTDATADIR
 }