Code review comment for lp:~mterry/qtmir/no-touch-no-lifecycle

Revision history for this message
Gerry Boland (gerboland) wrote :

/«BUILDDIR»/qtmir-0.4.6+15.10.20151008.2/tests/modules/Application/application_test.cpp:304:167: error: converting 'false' to pointer type for argument 1 of 'char testing::internal::IsNullLiteralHelper(testing::internal::Secret*)' [-Werror=conversion-null]
     ASSERT_EQ(false, application->isTouchApp());

Please use ASSERT_FALSE

review: Needs Fixing

« Back to merge proposal