logo       

s/::/__/g for mp2 tests: msg#00161

Subject: s/::/__/g for mp2 tests
I think there's a change needed for consistency in the recent 
shift from :: to __ in the <Location> directives in the 
mod_perl 2 tests:

======================================================
Index: lookup_uri2.pm
===================================================================
RCS file: /home/cvs/modperl-2.0/t/response/TestAPI/lookup_uri2.pm,v
retrieving revision 1.2
diff -u -r1.2 lookup_uri2.pm
--- lookup_uri2.pm      11 Apr 2002 11:08:43 -0000      1.2
+++ lookup_uri2.pm      26 Apr 2003 06:18:02 -0000
@@ -26,7 +26,8 @@
 
 sub subrequest {
     my($r, $sub) = @_;
-    $r->lookup_uri(join '::', __PACKAGE__, $sub)->run;
+    (my $uri = join '::', __PACKAGE__, $sub) =~ s!::!__!g;
+    $r->lookup_uri($uri)->run;
 }
 
 sub handler {
@@ -43,12 +44,12 @@
 
 1;
 __DATA__
-<Location /TestAPI::lookup_uri2::myplan>
+<Location /TestAPI__lookup_uri2__myplan>
     SetHandler modperl
     PerlResponseHandler TestAPI::lookup_uri2::myplan
 </Location>
 
-<Location /TestAPI::lookup_uri2::ok3>
+<Location /TestAPI__lookup_uri2__ok3>
     SetHandler modperl
     PerlResponseHandler TestAPI::lookup_uri2::ok3
 </Location>
======================================================== 
Without this, I was getting an "illegal division by 0"
error from the most recent Test-Harness package.

-- 
best regards,
randy


<Prev in Thread] Current Thread [Next in Thread>
Google Custom Search

Recently Viewed:
audio.irate.dev...    yellowdog.gener...    ietf.ips/2002-0...    xfree86.fonts/2...    busybox/2003-07...    emacs.jdee/2004...    linux.mandrake....    hardware.microc...    user-groups.lin...    science.analysi...    version-control...    db.filemaker.de...    cluster.openmos...    mail.eyebrowse....    text.xml.xerces...    kde.devel.kwrit...    finance.moneyda...    gcc.regression/...    network.routing...    os.freebsd.deve...    recreation.radi...    qnx.openqnx.dev...    python.xml/2002...   
Home | blog view | USPTO Patent Archive | advertise | OSDir is an inevitable website. super tiny logo

Free Magazines

Cisco News
Receive a free quarterly e-newsletter with exclusive articles on how Cisco IT uses its own products and solutions to enable the business.
subscribe

Systems Management News, the newspaper for IT systems administration and data center managers! Each issue of Systems Management News is chock-full of news and analysis to help you understand what's happening in your field.
subscribe

The Enterprise Newsweekly eWeek is the essential technology information source for builders of e-business.
subscribe

Oracle Magazine Oracle Magazine contains technology strategy articles, sample code, tips, Oracle and partner news, how to articles for developers and DBAs, and more. Oracle (NASDAQ: ORCL) is the world's largest enterprise software company.
subscribe

Total Telecom Total Telecom is "The Economist of the communications industry".
subscribe