[Jifty-commit] r4142 - in Jifty-DBI/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Thu Sep 20 10:29:19 EDT 2007


Author: falcone
Date: Thu Sep 20 10:29:11 2007
New Revision: 4142

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/t/01records.t

Log:
 r24849 at ketch:  falcone | 2007-09-20 10:27:58 -0400
 * remove debugging from test


Modified: Jifty-DBI/trunk/t/01records.t
==============================================================================
--- Jifty-DBI/trunk/t/01records.t	(original)
+++ Jifty-DBI/trunk/t/01records.t	Thu Sep 20 10:29:11 2007
@@ -74,7 +74,6 @@
         is($rec->id, $id, "The record has its id");
         is ($rec->name, 'Jesse', "The record's name is Jesse");
 
-    warn YAML::Dump($rec); use YAML;
         my ($val, $msg) = $rec->set_name('Obra');
         ok($val, $msg) ;
         is($rec->name, 'Obra', "We did actually change the name");


More information about the Jifty-commit mailing list