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:
timeless%mac.com 2002-01-02 20:56:17 +00:00
parent 3adbcb07dc
commit 4bcee639b9

View File

@ -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;