Login | Register For Free | Help
Search for: (Advanced)

Mailing List Archive: ModPerl: ModPerl-cvs

svn commit: r620695 - /perl/Apache-Reload/trunk/t/all.t

 

 

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded


phred at apache

Feb 11, 2008, 7:35 PM

Post #1 of 1 (849 views)
Permalink
svn commit: r620695 - /perl/Apache-Reload/trunk/t/all.t

Author: phred
Date: Mon Feb 11 19:35:02 2008
New Revision: 620695

URL: http://svn.apache.org/viewvc?rev=620695&view=rev
Log:
Skip all tests if mod_perl.c is not present, irregardless of the operating
system. Win32 test compatibility will be handled (hopefully) via IfDefine
PERL pragma.

Added:
perl/Apache-Reload/trunk/t/all.t

Added: perl/Apache-Reload/trunk/t/all.t
URL: http://svn.apache.org/viewvc/perl/Apache-Reload/trunk/t/all.t?rev=620695&view=auto
==============================================================================
--- perl/Apache-Reload/trunk/t/all.t (added)
+++ perl/Apache-Reload/trunk/t/all.t Mon Feb 11 19:35:02 2008
@@ -0,0 +1,7 @@
+use strict;
+use warnings FATAL => 'all';
+
+use Apache::Test;
+plan tests => 1, need_module('mod_perl.c');
+
+ok(1);
\ No newline at end of file

ModPerl modperl-cvs RSS feed   Index | Next | Previous | View Threaded
 
 


Interested in having your list archived? Contact Gossamer Threads
 
  Web Applications & Managed Hosting Powered by Gossamer Threads Inc.