commit 72812a2054bec5976c66deb54add520682a8265d
Author: Kornel Benko <[email protected]>
Date: Wed Nov 25 10:17:46 2015 +0100
Cmake export tests: Removed unneded parameter
diff --git a/development/autotests/ExportTests.cmake
b/development/autotests/ExportTests.cmake
index 072cc02..98ef8fa 100644
--- a/development/autotests/ExportTests.cmake
+++ b/development/autotests/ExportTests.cmake
@@ -198,10 +198,10 @@ macro(loadTestList filename resList)
endforeach()
endmacro()
-loadTestList(revertedTests revertedTests new_labels)
-loadTestList(ignoredTests ignoredTests new_labels)
-loadTestList(suspendedTests suspendedTests new_labels)
-loadTestList(unreliableTests unreliableTests new_labels)
+loadTestList(revertedTests revertedTests)
+loadTestList(ignoredTests ignoredTests)
+loadTestList(suspendedTests suspendedTests)
+loadTestList(unreliableTests unreliableTests)
macro(handlesuspended TestName reverted testlabel)
set(mylabel ${${testlabel}})