Fixed typo in testcase.prf causing TESTDATA with multiple items to fail
authorRohan McGovern <rohan.mcgovern@nokia.com>
Wed, 23 Nov 2011 03:05:25 +0000 (13:05 +1000)
committerQt by Nokia <qt-info@nokia.com>
Wed, 23 Nov 2011 03:14:02 +0000 (04:14 +0100)
This variable was renamed from `elem' to `file' at some point in
development, but the old name was left at one place.

Change-Id: I2cda42b02a753614176b466e507e8d8d9ed80a6e
Reviewed-by: Kalle Lehtonen <kalle.ju.lehtonen@nokia.com>
mkspecs/features/testcase.prf

index b3ccbd4..a6b8d82 100644 (file)
@@ -97,7 +97,7 @@ contains(INSTALLS, target) {
     #   ...
     #
     for(file, TESTDATA) {
-        tdi = testdata_install_$${elem}
+        tdi = testdata_install_$${file}
         tdif = $${tdi}.files
         tdip = $${tdi}.path