~ubuntu-branches/ubuntu/warty/libapache2-mod-perl2/warty

« back to all changes in this revision

Viewing changes to ModPerl-Registry/t/cgi-bin/runtime_error.pl

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2004-02-13 22:22:35 UTC
  • Revision ID: james.westby@ubuntu.com-20040213222235-x0ggyscn50jvab2v
Tags: upstream-1.99.12
ImportĀ upstreamĀ versionĀ 1.99.12

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
BEGIN {
 
2
    use Apache::TestUtil;
 
3
    t_server_log_error_is_expected();
 
4
}
 
5
 
 
6
# this script sends no body at all, and since the error happens
 
7
# the script will return 500
 
8
 
 
9
print "Content-type: text/plain\n\n";
 
10
print no_such_func();