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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sat Apr 22 17:09:27 EDT 2006


Author: jesse
Date: Sat Apr 22 17:09:26 2006
New Revision: 890

Modified:
   Jifty-DBI/trunk/   (props changed)
   Jifty-DBI/trunk/t/10schema.t

Log:
 r11772 at hualien:  jesse | 2006-04-22 17:07:33 -0400
 * Test cleanup from Eric Wilhelm


Modified: Jifty-DBI/trunk/t/10schema.t
==============================================================================
--- Jifty-DBI/trunk/t/10schema.t	(original)
+++ Jifty-DBI/trunk/t/10schema.t	Sat Apr 22 17:09:26 2006
@@ -50,7 +50,7 @@
 
     my $ret = $SG->add_model('Sample::This::Does::Not::Exist');
 
-    ok($ret == 0, "couldn't add model from nonexistent class");
+    ok(not ($ret), "couldn't add model from nonexistent class");
 
     like($ret->error_message, qr/Error making new object from Sample::This::Does::Not::Exist/, 
       "couldn't add model from nonexistent class");


More information about the Jifty-commit mailing list