3 #ifndef BMP_TRANSLATOR_TEST_H
4 #define BMP_TRANSLATOR_TEST_H
9 #define BBT_MIME_STRING "image/x-be-bitmap"
10 #define BMP_MIME_STRING "image/x-bmp"
16 class BMPTranslatorTest
: 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 //------------------------------------------------------------
34 void ConfigMessageTest();
37 #endif // BMP_TRANSLATOR_TEST_H