[Jifty-commit] r398 - in jifty/trunk: t/Continuations t/Continuations/t t/Mapper t/Mapper/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Mon Dec 26 16:48:08 EST 2005


Author: alexmv
Date: Mon Dec 26 16:48:07 2005
New Revision: 398

Removed:
   jifty/trunk/t/Continuations/META.yml
   jifty/trunk/t/Continuations/Makefile.PL
   jifty/trunk/t/Mapper/Makefile.PL
Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/Continuations/t/01-raw-api.t
   jifty/trunk/t/Continuations/t/02-api.t
   jifty/trunk/t/Continuations/t/03-gc.t
   jifty/trunk/t/Mapper/t/00-prototype.t
   jifty/trunk/t/Mapper/t/01-raw-api.t
   jifty/trunk/t/Mapper/t/02-api.t

Log:
 r8402 at zoq-fot-pik:  chmrr | 2005-12-26 16:47:31 -0500
  * Clean up t/*/ directories
  * Make Mapper and Continuations tests clean up after themselves
  * Reduce logging to screen during testing


Modified: jifty/trunk/t/Continuations/t/01-raw-api.t
==============================================================================
--- jifty/trunk/t/Continuations/t/01-raw-api.t	(original)
+++ jifty/trunk/t/Continuations/t/01-raw-api.t	Mon Dec 26 16:48:07 2005
@@ -10,6 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Continuations"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test tests => 47;
 

Modified: jifty/trunk/t/Continuations/t/02-api.t
==============================================================================
--- jifty/trunk/t/Continuations/t/02-api.t	(original)
+++ jifty/trunk/t/Continuations/t/02-api.t	Mon Dec 26 16:48:07 2005
@@ -10,6 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Continuations"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test tests => 31;
 

Modified: jifty/trunk/t/Continuations/t/03-gc.t
==============================================================================
--- jifty/trunk/t/Continuations/t/03-gc.t	(original)
+++ jifty/trunk/t/Continuations/t/03-gc.t	Mon Dec 26 16:48:07 2005
@@ -5,6 +5,7 @@
 
 # {{{ Setup
 BEGIN {chdir "t/Continuations"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test skip_all => "test file not done yet";
 

Modified: jifty/trunk/t/Mapper/t/00-prototype.t
==============================================================================
--- jifty/trunk/t/Mapper/t/00-prototype.t	(original)
+++ jifty/trunk/t/Mapper/t/00-prototype.t	Mon Dec 26 16:48:07 2005
@@ -10,6 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Mapper"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test tests => 1;
 

Modified: jifty/trunk/t/Mapper/t/01-raw-api.t
==============================================================================
--- jifty/trunk/t/Mapper/t/01-raw-api.t	(original)
+++ jifty/trunk/t/Mapper/t/01-raw-api.t	Mon Dec 26 16:48:07 2005
@@ -10,6 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Mapper"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test tests => 32;
 use_ok('Jifty::Test::WWW::Mechanize');

Modified: jifty/trunk/t/Mapper/t/02-api.t
==============================================================================
--- jifty/trunk/t/Mapper/t/02-api.t	(original)
+++ jifty/trunk/t/Mapper/t/02-api.t	Mon Dec 26 16:48:07 2005
@@ -10,6 +10,7 @@
 =cut
 
 BEGIN {chdir "t/Mapper"}
+END {unlink Jifty->config->framework('Database')->{'Database'}}
 use lib '../../lib';
 use Jifty::Test no_plan => 1;
 


More information about the Jifty-commit mailing list