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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu May 17 16:08:25 EDT 2007


Author: falcone
Date: Thu May 17 16:08:24 2007
New Revision: 3246

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp/t/09-redirect.t

Log:
 r18841 at ketch:  falcone | 2007-05-17 16:05:54 -0400
 * make the chdir conform to the rest of the test suite and use Jifty::SubTest
   chdir noticed by Andreas Koenig during his cleanups


Modified: jifty/trunk/t/TestApp/t/09-redirect.t
==============================================================================
--- jifty/trunk/t/TestApp/t/09-redirect.t	(original)
+++ jifty/trunk/t/TestApp/t/09-redirect.t	Thu May 17 16:08:24 2007
@@ -10,8 +10,8 @@
 
 =cut
 
-BEGIN {chdir "t/TestApp"}
-use lib '../../lib';
+use lib 't/lib';
+use Jifty::SubTest;
 use Jifty::Test tests => 6;
 use Jifty::Test::WWW::Mechanize;
 


More information about the Jifty-commit mailing list