[Jifty-commit] r5006 - in Jifty-DBI/branches/tisql: t

Jifty commits jifty-commit at lists.jifty.org
Tue Feb 5 21:14:31 EST 2008


Author: ruz
Date: Tue Feb  5 21:14:31 2008
New Revision: 5006

Modified:
   Jifty-DBI/branches/tisql/   (props changed)
   Jifty-DBI/branches/tisql/t/19reference.t

Log:
 r4448 at cubic-pc (orig r4447):  sartak | 2007-11-15 23:50:28 +0300
  r45202 at onn:  sartak | 2007-11-15 15:49:56 -0500
  Whoops, turned off the wrong warning
 


Modified: Jifty-DBI/branches/tisql/t/19reference.t
==============================================================================
--- Jifty-DBI/branches/tisql/t/19reference.t	(original)
+++ Jifty-DBI/branches/tisql/t/19reference.t	Tue Feb  5 21:14:31 2008
@@ -55,7 +55,7 @@
 
         is( $rec->food, undef, 'null_reference option in effect' );
 
-        no warnings 'redefine';
+        no warnings 'once';
         local *TestApp::User::null_reference = sub {0};
         $rec->load($id);
         isa_ok($rec->food, 'TestApp::Food', 'referee is null but shuold still return an object');


More information about the Jifty-commit mailing list