richter 2005/02/28 00:46:37 Modified: test/cmp epoerrdoc.htm includeerr3.htm Log: adapt error test to Perl versions Revision Changes Path 1.2 +3 -2 embperl/test/cmp/epoerrdoc.htm Index: epoerrdoc.htm =================================================================== RCS file: /home/cvs/embperl/test/cmp/epoerrdoc.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- epoerrdoc.htm 28 Feb 2005 06:33:40 -0000 1.1 +++ epoerrdoc.htm 28 Feb 2005 08:46:36 -0000 1.2 @@ -11,10 +11,11 @@ main: ^prev: Apache.*?=SCALAR next: -^There are 1 errormessages: +^There are (1|2) errormessages: <table border=1> -^ <tr><td>\[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here" \(perhaps you forgot to load "here"\?\) at .+/test/html/EmbperlObject/errdoc/epoerrdoc.htm line 6.</td></tr> +^- <tr><td>\[\d+\]ERR: 32: Warning in Perl code: Use of uninitialized value.+at .+/test/html/EmbperlObject/errdoc/epoerrdoc.htm line 6.</td></tr> +^ <tr><td>\[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here".+at .+/test/html/EmbperlObject/errdoc/epoerrdoc.htm line 6.</td></tr> </table> </body> 1.2 +4 -5 embperl/test/cmp/includeerr3.htm Index: includeerr3.htm =================================================================== RCS file: /home/cvs/embperl/test/cmp/includeerr3.htm,v retrieving revision 1.1 retrieving revision 1.2 diff -u -r1.1 -r1.2 --- includeerr3.htm 27 Feb 2005 22:16:42 -0000 1.1 +++ includeerr3.htm 28 Feb 2005 08:46:36 -0000 1.2 @@ -8,15 +8,14 @@ -^\*\*\*errors: \[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here" \(perhaps you forgot to load "here"\?\) at .+\/test\/html\/incerr.htm line 6.<br> +^\*\*\*errors: \[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here".+at .+\/test\/html\/incerr.htm line 6.<br> ***rc:0 -***errors: #3<br> -^\*\*\*errors: \[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here" \(perhaps you forgot to load "here"\?\) at .+test\/html\/incerr.htm line 6. - -^\[\d+\]ERR: 32: Warning in Perl code: Unquoted string "testerrobj" may clash with future reserved word at .+\/test\/html\/incerrobj.htm line 18. +^\*\*\*errors: #(2|3)<br> +^\*\*\*errors: \[\d+\]ERR: 24: Error in Perl code: Can't locate object method "is" via package "here".+at .+test\/html\/incerr.htm line 6. +^-\[\d+\]ERR: 32: Warning in Perl code: Unquoted string "testerrobj" may clash with future reserved word at .+\/test\/html\/incerrobj.htm line 18. ^testerrobj=HASH\(0x ^\*\*\*errobj: testerrobj=HASH\(0x ***errobj msg: Error Message from Object<br>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
