basic: fix loplugin:cppunitassertequals warnings
Change-Id: I80c773f3127ebbce4b9b2a122a91a2e2ca4f505b Reviewed-on: https://gerrit.libreoffice.org/27424 Reviewed-by: Miklos Vajna <vmiklos@collabora.co.uk> Tested-by: Jenkins <ci@libreoffice.org>
This commit is contained in:
@@ -53,7 +53,7 @@ void EnableTest::testEnableRuntime()
|
||||
myMacro.Compile();
|
||||
CPPUNIT_ASSERT_MESSAGE("testEnableRuntime fails with compile error",!myMacro.HasError() );
|
||||
SbxVariableRef pNew = myMacro.Run();
|
||||
CPPUNIT_ASSERT(pNew->GetInteger() == 3 );
|
||||
CPPUNIT_ASSERT_EQUAL(static_cast<sal_Int16>(3), pNew->GetInteger());
|
||||
}
|
||||
|
||||
void EnableTest::testDimEnable()
|
||||
|
Reference in New Issue
Block a user