updated config message test to include new "ignore alpha" setting
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@6831 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
be510fa83f
commit
dd5f74defc
@ -555,6 +555,12 @@ TGATranslatorTest::ConfigMessageTest()
|
||||
bool brle;
|
||||
CPPUNIT_ASSERT(msg.FindBool("tga /rle", &brle) == B_OK);
|
||||
CPPUNIT_ASSERT(brle == true || brle == false);
|
||||
|
||||
// "tga /ignore_alpha"
|
||||
NextSubTest();
|
||||
bool balpha;
|
||||
CPPUNIT_ASSERT(msg.FindBool("tga /ignore_alpha", &balpha) == B_OK);
|
||||
CPPUNIT_ASSERT(balpha == true || balpha == false);
|
||||
}
|
||||
|
||||
#if !TEST_R5
|
||||
|
Loading…
Reference in New Issue
Block a user