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

« back to all changes in this revision

Viewing changes to t/hooks/cleanup2.t

  • Committer: Bazaar Package Importer
  • Author(s): Andres Salomon
  • Date: 2005-08-12 01:40:38 UTC
  • mfrom: (1.1.2 upstream) (2.1.1 sarge)
  • Revision ID: james.westby@ubuntu.com-20050812014038-gjigefs55pqx4qc8
Tags: 2.0.1-3
Grr.  Really include perl.conf file; it got lost due to diff not
wanting to add an empty file.

Show diffs side-by-side

added added

removed removed

Lines of Context:
25
25
    my $location = "/TestHooks__cleanup2";
26
26
    my $expected = 'cleanup2 is ok';
27
27
    my $received = GET_BODY $location;
28
 
    ok t_cmp($expected, $received, "register req cleanup");
 
28
    ok t_cmp($received, $expected, "register req cleanup");
29
29
}
30
30
 
31
31
{