Add smoketest string for QA to use. If a message is succesful

Message Sent: PASSED.
This commit is contained in:
mscott%netscape.com 1999-03-31 19:20:10 +00:00
parent 430df9a7be
commit e6fe37e28e

View File

@ -194,6 +194,14 @@ nsresult nsSmtpTestDriver::OnStopRunningUrl(nsIURL * aUrl, nsresult aExitCode)
}
}
///////////////////////////////////////////////////////////////////////////////////////////
// the following strings are used by QA as part of the smoketest. DO NOT REMOVE THEM!!!!!!!
///////////////////////////////////////////////////////////////////////////////////////////
if (NS_SUCCEEDED(aExitCode))
printf("\nMessage Sent: PASSED\n");
else
printf("\nMessage Sent: FAILED!\n");
return NS_OK;
}