Index: unittests/tst_models.cpp =================================================================== diff -u -rb798668f16ad0967ab97e96f5f9a2cdd821e899f -ra9dcbee03acab972b43f696b2f3dbdf99f1eeb97 --- unittests/tst_models.cpp (.../tst_models.cpp) (revision b798668f16ad0967ab97e96f5f9a2cdd821e899f) +++ unittests/tst_models.cpp (.../tst_models.cpp) (revision a9dcbee03acab972b43f696b2f3dbdf99f1eeb97) @@ -62,9 +62,9 @@ int startIndex = 0; int index = errorIndex - 1; - bool ok = mData.fromByteArray(data, &startIndex); #ifdef CONSOLEOUT + bool ok = mData.fromByteArray(data, &startIndex); qDebug() << index << errorIndex << startIndex << ok << data ; #endif @@ -120,9 +120,9 @@ int startIndex = 0; int index = errorIndex - 1; - bool ok = mData.fromByteArray(data, &startIndex); #ifdef CONSOLEOUT + bool ok = mData.fromByteArray(data, &startIndex); qDebug() << index << errorIndex << startIndex << ok << data ; #endif @@ -173,9 +173,9 @@ int startIndex = 0; int index = errorIndex - 1; - bool ok = mData.fromByteArray(data, &startIndex); #ifdef CONSOLEOUT + bool ok = mData.fromByteArray(data, &startIndex); qDebug() << index << errorIndex << startIndex << ok << data ; #endif