[Jifty-commit] r3561 - in apps/CASPlus/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jun 26 09:15:43 EDT 2007


Author: sterling
Date: Tue Jun 26 09:15:42 2007
New Revision: 3561

Modified:
   apps/CASPlus/trunk/   (props changed)
   apps/CASPlus/trunk/t/10-model-RoleMemberPathCache.t
   apps/CASPlus/trunk/t/10-model-UniqueProfileIdentifier.t
   apps/CASPlus/trunk/t/40-many-to-many_relationships-explicit.t

Log:
 r7798 at dynpc145:  andrew | 2007-06-26 08:05:27 -0500
 Fixed typos and other errors in tests.


Modified: apps/CASPlus/trunk/t/10-model-RoleMemberPathCache.t
==============================================================================
--- apps/CASPlus/trunk/t/10-model-RoleMemberPathCache.t	(original)
+++ apps/CASPlus/trunk/t/10-model-RoleMemberPathCache.t	Tue Jun 26 09:15:42 2007
@@ -8,7 +8,7 @@
 
 =cut
 
-use Jifty::Test tests => 11;
+use Jifty::Test tests => 14;
 
 # Make sure we can load the model
 use_ok('CASPlus::Model::RoleMemberPathCache');
@@ -21,7 +21,7 @@
 my $user = CASPlus::Model::User->new(current_user => $system_user);
 $user->create(
     username => 'PC-Test',
-    passowrd => 'test',
+    password => 'test',
 );
 ok($user->id, 'created a test user');
 

Modified: apps/CASPlus/trunk/t/10-model-UniqueProfileIdentifier.t
==============================================================================
--- apps/CASPlus/trunk/t/10-model-UniqueProfileIdentifier.t	(original)
+++ apps/CASPlus/trunk/t/10-model-UniqueProfileIdentifier.t	Tue Jun 26 09:15:42 2007
@@ -8,7 +8,7 @@
 
 =cut
 
-use Jifty::Test tests => 11;
+use Jifty::Test tests => 12;
 
 # Make sure we can load the model
 use_ok('CASPlus::Model::UniqueProfileIdentifier');

Modified: apps/CASPlus/trunk/t/40-many-to-many_relationships-explicit.t
==============================================================================
--- apps/CASPlus/trunk/t/40-many-to-many_relationships-explicit.t	(original)
+++ apps/CASPlus/trunk/t/40-many-to-many_relationships-explicit.t	Tue Jun 26 09:15:42 2007
@@ -3,7 +3,7 @@
 use warnings;
 
 use List::Util qw/ sum /;
-use Jifty::Test tests => 1;
+use Jifty::Test tests => 120;
 
 my $system_user = CASPlus::CurrentUser->superuser;
 


More information about the Jifty-commit mailing list