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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Oct 20 00:03:00 EDT 2007


Author: sartak
Date: Sat Oct 20 00:03:00 2007
New Revision: 4271

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/t/02records_object.t
   Jifty-DBI/trunk/t/12prefetch.t

Log:
 r43913 at onn:  sartak | 2007-10-20 00:02:49 -0400
 More needless warnings gone


Modified: Jifty-DBI/trunk/t/02records_object.t
==============================================================================
--- Jifty-DBI/trunk/t/02records_object.t	(original)
+++ Jifty-DBI/trunk/t/02records_object.t	Sat Oct 20 00:03:00 2007
@@ -40,7 +40,7 @@
         is($p_id, 1, "Loaded record $p_id");
         $phone->load( $p_id );
 
-        my $obj = $phone->employee( handle => $handle );
+        my $obj = $phone->employee();
         ok($obj, "Employee #$e_id has phone #$p_id");
         isa_ok( $obj, 'TestApp::Employee');
         is($obj->id, $e_id);

Modified: Jifty-DBI/trunk/t/12prefetch.t
==============================================================================
--- Jifty-DBI/trunk/t/12prefetch.t	(original)
+++ Jifty-DBI/trunk/t/12prefetch.t	Sat Oct 20 00:03:00 2007
@@ -61,7 +61,6 @@
 
         for (3..6){
         my $i = $_;
-        diag("loading phone $i");
         my $phone = TestApp::Phone->new( handle => $handle );
         isa_ok( $phone, 'TestApp::Phone');
         my $p_id = $phone->create( employee => $e_id, phone => "+1 $i");


More information about the Jifty-commit mailing list