From ceae06a748c5120eee89a2983b1cc994c09844ca Mon Sep 17 00:00:00 2001 From: Marcelo Lira Date: Thu, 4 Mar 2010 18:38:56 -0300 Subject: Extends the QKeySequence unit test. The test adds conversions from QString and Python string to a QKeySequence. Reviewed by Hugo Parente --- tests/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/CMakeLists.txt') diff --git a/tests/CMakeLists.txt b/tests/CMakeLists.txt index 044823247..2a1d422ce 100644 --- a/tests/CMakeLists.txt +++ b/tests/CMakeLists.txt @@ -1,7 +1,7 @@ file(GLOB TEST_FILES */*_test.py) -set(test_blacklist "") +set(test_blacklist "qtgui_qstring_qkeysequence") foreach(test_file ${TEST_FILES}) string(REGEX MATCH "/([^/]+)//?([^/]+)_test.py" test_name ${test_file} ) -- cgit v1.2.3