mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-09 08:48:07 +00:00
Add smoketest string for QA to use. If a message is succesful
Message Sent: PASSED.
This commit is contained in:
parent
430df9a7be
commit
e6fe37e28e
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user