diff options
Diffstat (limited to 'testing/resources/javascript/util_printd_expected.txt')
-rw-r--r-- | testing/resources/javascript/util_printd_expected.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/testing/resources/javascript/util_printd_expected.txt b/testing/resources/javascript/util_printd_expected.txt index 76ede71ee5..2f077fc5fd 100644 --- a/testing/resources/javascript/util_printd_expected.txt +++ b/testing/resources/javascript/util_printd_expected.txt @@ -26,7 +26,7 @@ Alert: !@#$^&*()-_<>[];:~: !@#$^&*()-_<>[];:~ Alert: %z %d %%z %%d %%%z %%%d %%% hh:MM: z 4 z 4 z 4 03:59 Alert: : Alert: mm/dd/yyyy: 07/04/2014 -Alert: mm/dd/yyyy: 01/01/1850 +Alert: mm/dd/yyyy: 12/31/1849 Alert: mm/dd/yyyy: 12/31/2525 Alert: mm/dd/yyyy: Caught error: util.printd: The second parameter can't be converted to a Date. Alert: undefined: Caught error: util.printd: The second parameter can't be converted to a Date. @@ -38,7 +38,7 @@ Alert: [object Object]: Caught error: util.printd: Incorrect parameter type. Alert: clams,3: Caught error: util.printd: Incorrect parameter type. Alert: mm: 07 Alert: mm: Caught error: util.printd: Operation not supported. -Alert: mm/dd/yyyy HH:MM:ss: 07/03/1900 14:59:58 +Alert: mm/dd/yyyy HH:MM:ss: 07/03/1900 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 09/04/2015 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 12/09/2015 15:59:58 Alert: mm/dd/yyyy HH:MM:ss: 07/06/2014 02:59:58 |