[Jifty-commit] r4714 - in jifty/trunk: t/TestApp-JiftyJS/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 16 18:54:13 EST 2007


Author: jesse
Date: Sun Dec 16 18:54:13 2007
New Revision: 4714

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t
   jifty/trunk/t/TestApp-JiftyJS/t/00-action-Play.t

Log:
 r73218 at pinglin:  jesse | 2007-12-16 18:52:40 -0500
 * small fixes to make the tests run from the main harness


Modified: jifty/trunk/t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t
==============================================================================
--- jifty/trunk/t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t	(original)
+++ jifty/trunk/t/TestApp-JiftyJS/t/00-action-AddTwoNumbers.t	Sun Dec 16 18:54:13 2007
@@ -8,6 +8,8 @@
 
 =cut
 
+use lib 't/lib';
+use Jifty::SubTest;
 use Jifty::Test tests => 1;
 
 # Make sure we can load the action

Modified: jifty/trunk/t/TestApp-JiftyJS/t/00-action-Play.t
==============================================================================
--- jifty/trunk/t/TestApp-JiftyJS/t/00-action-Play.t	(original)
+++ jifty/trunk/t/TestApp-JiftyJS/t/00-action-Play.t	Sun Dec 16 18:54:13 2007
@@ -8,6 +8,8 @@
 
 =cut
 
+use lib 't/lib';
+use Jifty::SubTest;
 use Jifty::Test tests => 1;
 
 # Make sure we can load the action


More information about the Jifty-commit mailing list