Author: jkaluza
Date: Wed Feb 20 15:26:55 2013
New Revision: 1448226

URL: http://svn.apache.org/r1448226
Log:
* t/response/TestModperl/setauth.pm: Return type of auth_type is 'none',
  not undef

Modified:
    perl/modperl/branches/httpd24/t/response/TestModperl/setauth.pm

Modified: perl/modperl/branches/httpd24/t/response/TestModperl/setauth.pm
URL: 
http://svn.apache.org/viewvc/perl/modperl/branches/httpd24/t/response/TestModperl/setauth.pm?rev=1448226&r1=1448225&r2=1448226&view=diff
==============================================================================
--- perl/modperl/branches/httpd24/t/response/TestModperl/setauth.pm (original)
+++ perl/modperl/branches/httpd24/t/response/TestModperl/setauth.pm Wed Feb 20 
15:26:55 2013
@@ -15,7 +15,7 @@ sub handler {
 
     plan $r, tests => 2;
 
-    ok t_cmp($r->auth_type(), undef, 'auth_type');
+     ok t_cmp($r->auth_type(), "none", 'auth_type');
 
     t_server_log_error_is_expected();
     $r->get_basic_auth_pw();


Reply via email to