3 #ifndef PNG_TRANSLATOR_TEST_H
4 #define PNG_TRANSLATOR_TEST_H
9 #define BBT_MIME_STRING "image/x-be-bitmap"
10 #define PNG_MIME_STRING "image/png"
16 class PNGTranslatorTest
: public BTestCase
{
18 static CppUnit::Test
* Suite();
20 // This function called before *each* test added in Suite()
23 // This function called after *each* test added in Suite()
26 //------------------------------------------------------------
28 //------------------------------------------------------------
36 #endif // PNG_TRANSLATOR_TEST_H