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:
Matthew Wilber 2004-03-01 01:38:09 +00:00
parent be510fa83f
commit dd5f74defc

View File

@ -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