Author: nd
Date: Fri Dec  3 11:50:48 2004
New Revision: 109721

URL: http://svn.apache.org/viewcvs?view=rev&rev=109721
Log:
svn:eol-style = native

Modified:
   httpd/test/trunk/perl-framework/Apache-Test/t/cgi-bin/cookies.pl.PL   (props 
changed)
   httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t   (contents, props 
changed)
   httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/not-modified.pl.PL   
(props changed)
   httpd/test/trunk/perl-framework/t/htdocs/modules/cgi/nph-102.pl.PL   (props 
changed)
   httpd/test/trunk/perl-framework/t/modules/proxy.t   (props changed)

Modified: httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t
Url: 
http://svn.apache.org/viewcvs/httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t?view=diff&rev=109721&p1=httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t&r1=109720&p2=httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t&r2=109721
==============================================================================
--- httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t     (original)
+++ httpd/test/trunk/perl-framework/Apache-Test/t/cookies.t     Fri Dec  3 
11:50:48 2004
@@ -1,18 +1,18 @@
-# this test tests how a cookie jar can be passed (needs lwp)
-
-use strict;
-use warnings FATAL => 'all';
-
-use Apache::Test;
-use Apache::TestRequest;
-use Apache::TestUtil;
-
-plan tests => 2, need [qw(CGI CGI::Cookie)],
-    need_module('mod_cgi.c'), need_lwp;
-
-Apache::TestRequest::user_agent( cookie_jar => {} );
-
-my $url = '/cgi-bin/cookies.pl';
-
-ok t_cmp GET_BODY($url), 'new', "new cookie";
-ok t_cmp GET_BODY($url), 'exists', "existing cookie";
+# this test tests how a cookie jar can be passed (needs lwp)
+
+use strict;
+use warnings FATAL => 'all';
+
+use Apache::Test;
+use Apache::TestRequest;
+use Apache::TestUtil;
+
+plan tests => 2, need [qw(CGI CGI::Cookie)],
+    need_module('mod_cgi.c'), need_lwp;
+
+Apache::TestRequest::user_agent( cookie_jar => {} );
+
+my $url = '/cgi-bin/cookies.pl';
+
+ok t_cmp GET_BODY($url), 'new', "new cookie";
+ok t_cmp GET_BODY($url), 'exists', "existing cookie";

Reply via email to