Index: unittests/tst_utilities.cpp =================================================================== diff -u -rd2035a8728794afeefaa244bf8d1597926d945f5 -red5d989264015440d9da6d0830679394a323cf55 --- unittests/tst_utilities.cpp (.../tst_utilities.cpp) (revision d2035a8728794afeefaa244bf8d1597926d945f5) +++ unittests/tst_utilities.cpp (.../tst_utilities.cpp) (revision ed5d989264015440d9da6d0830679394a323cf55) @@ -1,16 +1,16 @@ /*! - * + * * Copyright (c) 2019-2020 Diality Inc. - All Rights Reserved. * \copyright * THIS CODE MAY NOT BE COPIED OR REPRODUCED IN ANY FORM, IN PART OR IN * WHOLE, WITHOUT THE EXPLICIT PERMISSION OF THE COPYRIGHT OWNER. - * + * * \file tst_utilities.cpp * \author (last) Behrouz NematiPour * \date (last) 07-May-2020 * \author (original) Behrouz NematiPour * \date (original) 08-Jan-2020 - * + * */ #include "tst_utilities.h" @@ -235,7 +235,6 @@ QCOMPARE(mActual, mExpected); } - void tst_utilities::tst_getValue_len() { Types::S32 vFlowSetPoint; @@ -265,5 +264,3 @@ Types::safeIncrement(c); QCOMPARE(c, 0); } - -