added BApplication object to TranslationTest so that the call to system_colors() in TGATranslator would succeed
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@3349 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
parent
fe2aacfad7
commit
b17c6f4bc0
@ -35,6 +35,7 @@
|
||||
#include <string.h>
|
||||
#include <unistd.h>
|
||||
#include <image.h>
|
||||
#include <Application.h>
|
||||
#include <Translator.h>
|
||||
#include <TranslatorFormats.h>
|
||||
#include <TranslatorRoster.h>
|
||||
@ -362,6 +363,9 @@ TranslateTests(TGATranslatorTest *ptest, BTranslatorRoster *proster,
|
||||
void
|
||||
TGATranslatorTest::TranslateTest()
|
||||
{
|
||||
BApplication
|
||||
app("application/x-vnd.OpenBeOS-TGATranslatorTest");
|
||||
|
||||
// Init
|
||||
NextSubTest();
|
||||
status_t result = B_ERROR;
|
||||
|
Loading…
x
Reference in New Issue
Block a user