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

« back to all changes in this revision

Viewing changes to t/api/internal_redirect.t

  • Committer: Bazaar Package Importer
  • Author(s): Adam Conrad
  • Date: 2006-03-24 02:48:44 UTC
  • mfrom: (1.1.3 upstream)
  • Revision ID: james.westby@ubuntu.com-20060324024844-73oxqkcj2jmlmh2t
Tags: 2.0.2-2build1
Fake sync to bring in new upstream bugfixes, UVF exception by mdz.

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
plan tests => scalar keys %map;
22
22
 
23
 
while (my($key, $val) = each %map) {
 
23
while (my ($key, $val) = each %map) {
24
24
    my $expected = "internal redirect: $key";
25
25
    my $received = GET_BODY_ASSERT $val;
26
26
    ok t_cmp($received, $expected);