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
File diff suppressed because it is too large Load Diff
@@ -6,8 +6,8 @@
#include <TestCase.h> #include <TestCase.h>
#include <TestShell.h> #include <TestShell.h>
#define BBT_MIME_STRING "image/x-be-bitmap"
#define BMP_MIME_STRING "image/x-bmp" #define BMP_MIME_STRING "image/x-bmp"
#define BITS_MIME_STRING "image/x-be-bitmap"
class CppUnit::Test; class CppUnit::Test;
@@ -25,13 +25,10 @@ public:
// Test functions // Test functions
//------------------------------------------------------------ //------------------------------------------------------------
#if !TEST_R5 #if !TEST_R5
void BTranslatorBasicTest(); void LoadAddOnTest();
void BTranslatorIdentifyErrorTest();
void BTranslatorIdentifyTest();
void BTranslatorTranslateTest();
#endif #endif
void IdentifyTest();
void DummyTest(); void TranslateTest();
}; };
#endif // BMP_TRANSLATOR_TEST_H #endif // BMP_TRANSLATOR_TEST_H