
richter at apache
Mar 2, 2005, 11:37 PM
Post #1 of 1
(867 views)
Permalink
|
|
cvs commit: embperl/test/html/EmbperlObject/errdoc epoerrdoc2.htm
|
|
richter 2005/03/02 23:37:05 Modified: . MANIFEST test.pl Added: test/cmp epoerrdoc2.htm test/html/EmbperlObject/errdoc epoerrdoc2.htm Log: more tests Revision Changes Path 1.103 +2 -0 embperl/MANIFEST Index: MANIFEST =================================================================== RCS file: /home/cvs/embperl/MANIFEST,v retrieving revision 1.102 retrieving revision 1.103 diff -u -r1.102 -r1.103 --- MANIFEST 3 Mar 2005 07:26:40 -0000 1.102 +++ MANIFEST 3 Mar 2005 07:37:05 -0000 1.103 @@ -225,6 +225,7 @@ test/cmp/epobless3.htm test/cmp/epodiv.htm test/cmp/epoerrdoc.htm +test/cmp/epoerrdoc2.htm test/cmp/epofdat.htm test/cmp/epoincdiv.htm test/cmp/eponotfound.htm @@ -382,6 +383,7 @@ test/html/EmbperlObject/epobase.htm test/html/EmbperlObject/epodiv.htm test/html/EmbperlObject/errdoc/epoerrdoc.htm +test/html/EmbperlObject/errdoc/epoerrdoc2.htm test/html/EmbperlObject/epofdat.htm test/html/EmbperlObject/epofallback.htm test/html/EmbperlObject/epofoot.htm 1.155 +5 -0 embperl/test.pl Index: test.pl =================================================================== RCS file: /home/cvs/embperl/test.pl,v retrieving revision 1.154 retrieving revision 1.155 diff -u -r1.154 -r1.155 --- test.pl 3 Mar 2005 07:26:40 -0000 1.154 +++ test.pl 3 Mar 2005 07:37:05 -0000 1.155 @@ -787,6 +787,11 @@ 'cgi' => 0, 'errors' => 1, }, + 'EmbperlObject/errdoc/epoerrdoc2.htm' => { + 'offline' => 0, + 'cgi' => 0, + 'errors' => 8, + }, 'EmbperlObject/epobase.htm' => { 'offline' => 0, 'cgi' => 0, 1.1 embperl/test/cmp/epoerrdoc2.htm Index: epoerrdoc2.htm =================================================================== <html> <head> <title>Tests for Embperl - ErrorDocument</title> </head> <body> This page is shown due to an ErrorDocument redirection<p> main: ^prev: Apache=SCALAR\(0x next: There are 4 errormessages: <table border=1> ^ <tr><td>\[\d+\]ERR: 32: Warning in Perl code: \(in cleanup\) Can't locate bad_module_without_name.pm ^BEGIN failed--compilation aborted ^ <tr><td>\[\d+\]ERR: 24: Error in Perl code: Can't locate bad_module_without_name.pm in ^BEGIN failed--compilation aborted ^BEGIN failed--compilation aborted at ^ <tr><td>\[\d+\]ERR: 32: Warning in Perl code: \(in cleanup\) Can't locate bad_module_without_name.pm ^BEGIN failed--compilation aborted ^ <tr><td>\[\d+\]ERR: 24: Error in Perl code: Can't locate bad_module_without_name.pm ^BEGIN failed--compilation aborted ^BEGIN failed--compilation aborted </table> </body> </html> 1.1 embperl/test/html/EmbperlObject/errdoc/epoerrdoc2.htm Index: epoerrdoc2.htm =================================================================== [- use bad_module_without_name -] --------------------------------------------------------------------- To unsubscribe, e-mail: embperl-cvs-unsubscribe [at] perl For additional commands, e-mail: embperl-cvs-help [at] perl
|