Kaydet (Commit) 15f85977 authored tarafından David Tardon's avatar David Tardon

drop useless announcement

Change-Id: I0e94f44c27bbcb9d1ab12ae4f3f00e89d5388d69
üst 69273cdd
...@@ -1244,16 +1244,7 @@ sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs ) ...@@ -1244,16 +1244,7 @@ sal_Int32 TestBridgeImpl::run( const Sequence< OUString > & rArgs )
throw; throw;
} }
if( bRet ) return bRet ? 0 : 1;
{
printf( "\n\n ### test succeeded!\n" );
}
else
{
printf( "\n> ### test failed!\n" );
}
return 0;
} }
// XServiceInfo // XServiceInfo
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment