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:
parent
1b2961a310
commit
cea02b5806
@ -6,6 +6,9 @@
|
|||||||
#include <TestCase.h>
|
#include <TestCase.h>
|
||||||
#include <TestShell.h>
|
#include <TestShell.h>
|
||||||
|
|
||||||
|
#define BMP_MIME_STRING "image/x-bmp"
|
||||||
|
#define BITS_MIME_STRING "image/x-be-bitmap"
|
||||||
|
|
||||||
class CppUnit::Test;
|
class CppUnit::Test;
|
||||||
|
|
||||||
class BMPTranslatorTest : public BTestCase {
|
class BMPTranslatorTest : public BTestCase {
|
||||||
@ -22,7 +25,8 @@ public:
|
|||||||
// Test functions
|
// Test functions
|
||||||
//------------------------------------------------------------
|
//------------------------------------------------------------
|
||||||
#if !TEST_R5
|
#if !TEST_R5
|
||||||
void BTranslatorTest();
|
void BTranslatorBasicTest();
|
||||||
|
void BTranslatorIdentifyTest();
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
void DummyTest();
|
void DummyTest();
|
||||||
|
Loading…
Reference in New Issue
Block a user