Updated type system and QString and QPixmap conversions to be extensible.
And removed the QkeySequence test from the black list (the list of tests expected to fail). Reviewed by Hugo Parente <hugo.lima@openbossa.org> Reviewed by Lauro Moura <lauro.neto@openbossa.org>
This commit is contained in:
parent
4eafde570f
commit
77bb1220b4
4 changed files with 20 additions and 2 deletions
|
|
@ -1,7 +1,7 @@
|
|||
|
||||
file(GLOB TEST_FILES */*_test.py)
|
||||
|
||||
set(test_blacklist "qtgui_qstring_qkeysequence")
|
||||
set(test_blacklist "")
|
||||
|
||||
foreach(test_file ${TEST_FILES})
|
||||
string(REGEX MATCH "/([^/]+)//?([^/]+)_test.py" test_name ${test_file} )
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue