added some convenient string constants and some other stuff

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@765 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber 2002-08-14 22:16:36 +00:00
parent 1b2961a310
commit cea02b5806

View File

@ -6,6 +6,9 @@
#include <TestCase.h>
#include <TestShell.h>
#define BMP_MIME_STRING "image/x-bmp"
#define BITS_MIME_STRING "image/x-be-bitmap"
class CppUnit::Test;
class BMPTranslatorTest : public BTestCase {
@ -22,7 +25,8 @@ public:
// Test functions
//------------------------------------------------------------
#if !TEST_R5
void BTranslatorTest();
void BTranslatorBasicTest();
void BTranslatorIdentifyTest();
#endif
void DummyTest();