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

« back to all changes in this revision

Viewing changes to t/lib/TestAPRlib/uri.pm

  • 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:
154
154
    }
155
155
 
156
156
    ### port_of_scheme ###
157
 
    while (my($scheme, $port) = each %default_ports) {
 
157
    while (my ($scheme, $port) = each %default_ports) {
158
158
        my $apr_port = APR::URI::port_of_scheme($scheme);
159
159
        ok t_cmp($apr_port, $port, "scheme: $scheme");
160
160
    }