Bug 110787 don't compare against NS_OK.
r=mostafah spelling. thinking. sleeping. git-svn-id: svn://10.0.0.236/trunk@111244 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
3adbcb07dc
commit
4bcee639b9
@ -82,7 +82,7 @@ main()
|
||||
mysample->SetServer( "/tmp/.oecalendar" );
|
||||
rv = mysample->Test();
|
||||
|
||||
if ( NS_SUCEEDED(rv) )
|
||||
if ( NS_FAILED(rv) )
|
||||
{
|
||||
printf("ERROR: Calling oeIICal::Test()\n");
|
||||
return 0;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user