forked from qt-creator/qt-creator
sdktool: Fix type of device type and the unit tests
Change-Id: I64b817c0bd6c454d4f9cb423720c8baed8490fea Reviewed-by: Andreas Holzammer <andreas.holzammer@kdab.com> Reviewed-by: Tobias Hunger <tobias.hunger@digia.com>
This commit is contained in:
@@ -112,7 +112,7 @@ bool AddKeysOperation::test() const
|
||||
data.append(KeyValuePair(QLatin1String("newsub/1/2.1/3/qbytearray"), QString::fromLatin1("QByteArray:test array.")));
|
||||
|
||||
QVariantMap result = addKeys(testMap, data);
|
||||
if (result.count() != 8)
|
||||
if (result.count() != 9)
|
||||
return false;
|
||||
|
||||
// subkeys:
|
||||
|
||||
Reference in New Issue
Block a user