[Rt-commit] r14723 - in rt/branches/3.999-DANGEROUS: t

sunnavy at bestpractical.com sunnavy at bestpractical.com
Fri Aug 1 23:11:25 EDT 2008


Author: sunnavy
Date: Fri Aug  1 23:11:25 2008
New Revision: 14723

Added:
   rt/branches/3.999-DANGEROUS/t/00-action-Install.t
Modified:
   rt/branches/3.999-DANGEROUS/   (props changed)

Log:
 r15207 at sunnavys-mb:  sunnavy | 2008-08-02 11:10:16 +0800
 added 00-action-Install.t


Added: rt/branches/3.999-DANGEROUS/t/00-action-Install.t
==============================================================================
--- (empty file)
+++ rt/branches/3.999-DANGEROUS/t/00-action-Install.t	Fri Aug  1 23:11:25 2008
@@ -0,0 +1,15 @@
+#!/usr/bin/env perl
+use warnings;
+use strict;
+
+=head1 DESCRIPTION
+
+A (very) basic test harness for the Installer action.
+
+=cut
+
+use Jifty::Test tests => 1;
+
+# Make sure we can load the action
+use_ok('RT::Action::Install');
+


More information about the Rt-commit mailing list