Our warning in case of mismatching app signatures is formatted more nicely.
git-svn-id: file:///srv/svn/repos/haiku/trunk/current@10686 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -128,11 +128,17 @@ void TBApplicationTester::BApplication4()
|
|||||||
const char *output1 =
|
const char *output1 =
|
||||||
"Signature in rsrc doesn't match constructor arg. "
|
"Signature in rsrc doesn't match constructor arg. "
|
||||||
"(application/x-vnd.obos-bapplication-testapp4,"
|
"(application/x-vnd.obos-bapplication-testapp4,"
|
||||||
|
#ifndef TEST_R5
|
||||||
|
" "
|
||||||
|
#endif
|
||||||
"application/x-vnd.obos-bapplication-testapp4-or-not)\n"
|
"application/x-vnd.obos-bapplication-testapp4-or-not)\n"
|
||||||
"InitCheck(): 0\n";
|
"InitCheck(): 0\n";
|
||||||
const char *output2 =
|
const char *output2 =
|
||||||
"Signature in rsrc doesn't match constructor arg. "
|
"Signature in rsrc doesn't match constructor arg. "
|
||||||
"(application/x-vnd.obos-bapplication-testapp4,"
|
"(application/x-vnd.obos-bapplication-testapp4,"
|
||||||
|
#ifndef TEST_R5
|
||||||
|
" "
|
||||||
|
#endif
|
||||||
"application/x-vnd.obos-bapplication-testapp4-or-not)\n"
|
"application/x-vnd.obos-bapplication-testapp4-or-not)\n"
|
||||||
"error: 0\n"
|
"error: 0\n"
|
||||||
"InitCheck(): 0\n";
|
"InitCheck(): 0\n";
|
||||||
|
|||||||
Reference in New Issue
Block a user