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:
Matthew Wilber 2003-05-24 23:09:06 +00:00
parent f3aa49b1b1
commit c9088353af
2 changed files with 438 additions and 613 deletions

View File

@ -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