[Jifty-commit] r4335 - in jifty/trunk: .

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 30 13:16:39 EDT 2007


Author: alexmv
Date: Tue Oct 30 13:16:38 2007
New Revision: 4335

Modified:
   jifty/trunk/   (props changed)
   jifty/trunk/t/TestApp-Plugin-OAuth/t/03-authorize.t

Log:
 r24200 at zoq-fot-pik:  chmrr | 2007-10-30 13:13:53 -0400
  * Fix test count


Modified: jifty/trunk/t/TestApp-Plugin-OAuth/t/03-authorize.t
==============================================================================
--- jifty/trunk/t/TestApp-Plugin-OAuth/t/03-authorize.t	(original)
+++ jifty/trunk/t/TestApp-Plugin-OAuth/t/03-authorize.t	Tue Oct 30 13:16:38 2007
@@ -8,7 +8,7 @@
 use TestApp::Plugin::OAuth::Test;
 
 if (eval { require Net::OAuth::Request; require Crypt::OpenSSL::RSA; 1 }) {
-    plan tests => 9;
+    plan tests => 7;
 }
 else {
     plan skip_all => "Net::OAuth isn't installed";


More information about the Jifty-commit mailing list