[Jifty-commit] r2308 - jifty/trunk/t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Sun Dec 3 20:50:47 EST 2006


Author: agentz
Date: Sun Dec  3 20:50:47 2006
New Revision: 2308

Modified:
   jifty/trunk/t/06-forms.t

Log:
[t/06-forms.t]
- s/or/and/ :P

Modified: jifty/trunk/t/06-forms.t
==============================================================================
--- jifty/trunk/t/06-forms.t	(original)
+++ jifty/trunk/t/06-forms.t	Sun Dec  3 20:50:47 2006
@@ -27,7 +27,7 @@
         require Test::MockObject;
         require Test::MockModule;
     };
-    skip "Test::MockObject or Test::MockModule required",
+    skip "Test::MockObject and Test::MockModule required",
         13 if $@;
 
     my $out; # buf to store mason outputs


More information about the Jifty-commit mailing list