diff options
Diffstat (limited to 'testing/resources/javascript/app_mailmsg_expected.txt')
-rw-r--r-- | testing/resources/javascript/app_mailmsg_expected.txt | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/testing/resources/javascript/app_mailmsg_expected.txt b/testing/resources/javascript/app_mailmsg_expected.txt new file mode 100644 index 0000000000..59928ae954 --- /dev/null +++ b/testing/resources/javascript/app_mailmsg_expected.txt @@ -0,0 +1,10 @@ +Alert: This test passes if mailMsg() logs output under the test utility. +Mail Msg: 1, to=, cc=, bcc=, subject=, body= +Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= +Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body +Mail Msg: 1, to=, cc=, bcc=, subject=, body= +Mail Msg: 0, to=user@example.com, cc=, bcc=, subject=, body= +Mail Msg: 0, to=user@example.com, cc=cc@example.com, bcc=bcc@example.com, subject=subject, body=body +Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. +Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. +Alert: Caught expected error app.mailMsg: Incorrect number of parameters passed to function. |