~ubuntu-branches/ubuntu/feisty/libapache2-mod-perl2/feisty-security

« back to all changes in this revision

Viewing changes to t/filter/in_str_msg.t

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2004-08-19 06:23:48 UTC
  • mfrom: (1.1.1 upstream)
  • Revision ID: james.westby@ubuntu.com-20040819062348-jxl4koqbtvgm8v2t
Tags: 1.99.14-4
Remove the LFS CFLAGS, and build-dep against apache2-*-dev (>= 2.0.50-10)
as we're backing out of the apache2/apr ABI transition.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
use Apache::Test ();
2
2
use Apache::TestUtil;
3
3
 
4
 
use Apache::TestRequest 'GET_BODY_ASSERT';
 
4
use Apache::TestRequest 'POST_BODY_ASSERT';
5
5
 
6
6
my $module = 'TestFilter::in_str_msg';
7
7
 
12
12
my $hostport = Apache::TestRequest::hostport($config);
13
13
t_debug("connecting to $hostport");
14
14
 
15
 
print GET_BODY_ASSERT "/input_filter.html";
 
15
print POST_BODY_ASSERT "/input_filter.html", content => "upcase me";