tst_QDBusTypes::isValidFixedType: don't duplicate fixed types
tst_QDBusType::isValidFixedType_data() called addFixedTypes() and then addBasicTypes(); but the latter calls addFixedTypes(), too; so those rows got duplicated. Only add the fixed types once. Change-Id: If0d6f44ec7defb12117dad251878850ca75beb48 Reviewed-by: Thiago Macieira <thiago.macieira@intel.com>bb10
parent
c74cf23124
commit
ab27c1e2d5
|
|
@ -162,7 +162,6 @@ static void addNakedDictEntry()
|
|||
void tst_QDBusType::isValidFixedType_data()
|
||||
{
|
||||
addColumns();
|
||||
addFixedTypes();
|
||||
addBasicTypes(Invalid);
|
||||
addVariant(Invalid);
|
||||
addInvalidSingleLetterTypes();
|
||||
|
|
|
|||
Loading…
Reference in New Issue