added testing function for making sure that BMPTranslator::Identify responds properly to various error conditions

git-svn-id: file:///srv/svn/repos/haiku/trunk/current@773 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Matthew Wilber
2002-08-16 01:34:37 +00:00
parent db661ffcc4
commit f93607877e
@@ -26,6 +26,7 @@ public:
//------------------------------------------------------------
#if !TEST_R5
void BTranslatorBasicTest();
void BTranslatorIdentifyErrorTest();
void BTranslatorIdentifyTest();
#endif