Index: unittests/tst_models.cpp =================================================================== diff -u -rce0e59812c056ca649a82c6f401e78c3c07e95d1 -ra5bf9af4bfec436996d55bfe2909cf8b91d607ed --- unittests/tst_models.cpp (.../tst_models.cpp) (revision ce0e59812c056ca649a82c6f401e78c3c07e95d1) +++ unittests/tst_models.cpp (.../tst_models.cpp) (revision a5bf9af4bfec436996d55bfe2909cf8b91d607ed) @@ -2553,12 +2553,6 @@ lastCount = HelperFunctions_tstModel::addRowsForByteData("mTotalTxHours ", errorIndex, 0, (errorIndex-1)*4); errorIndex++; lastCount = HelperFunctions_tstModel::addRowsForByteData("mTotalTxHoursSinceLastService ", errorIndex, lastCount+1, (errorIndex-1)*4); errorIndex++; lastCount = HelperFunctions_tstModel::addRowsForByteData("mEpochOfStartOfLastTx ", errorIndex, lastCount+1, (errorIndex-1)*4); errorIndex++; - - // This parameter is U16 - // This function adds eight 1-bit incremented rows. - lastCount = HelperFunctions_tstModel::addTestDataRow_bitRows("mCrc", errorIndex, (errorIndex-1)*4*8, (errorIndex-1)*4); - - return; } // ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ MHDUsageInfoResponse test definition ~~~~~~~~~~~~~~~~~~~~~~~~ //