removed old tests (many of which didn't work) and replaced many of them with better, cleaner tests
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3306 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
f3aa49b1b1
commit
c9088353af
File diff suppressed because it is too large
Load Diff
@ -6,8 +6,8 @@
|
||||
#include <TestCase.h>
|
||||
#include <TestShell.h>
|
||||
|
||||
#define BBT_MIME_STRING "image/x-be-bitmap"
|
||||
#define BMP_MIME_STRING "image/x-bmp"
|
||||
#define BITS_MIME_STRING "image/x-be-bitmap"
|
||||
|
||||
class CppUnit::Test;
|
||||
|
||||
@ -25,13 +25,10 @@ public:
|
||||
// Test functions
|
||||
//------------------------------------------------------------
|
||||
#if !TEST_R5
|
||||
void BTranslatorBasicTest();
|
||||
void BTranslatorIdentifyErrorTest();
|
||||
void BTranslatorIdentifyTest();
|
||||
void BTranslatorTranslateTest();
|
||||
void LoadAddOnTest();
|
||||
#endif
|
||||
|
||||
void DummyTest();
|
||||
void IdentifyTest();
|
||||
void TranslateTest();
|
||||
};
|
||||
|
||||
#endif // BMP_TRANSLATOR_TEST_H
|
||||
|
Loading…
Reference in New Issue
Block a user