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

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Oct 30 18:34:53 EDT 2007


Author: sartak
Date: Tue Oct 30 18:34:53 2007
New Revision: 4338

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

Log:


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 18:34:53 2007
@@ -8,7 +8,7 @@
 use TestApp::Plugin::OAuth::Test;
 
 if (eval { require Net::OAuth::Request; require Crypt::OpenSSL::RSA; 1 }) {
-    plan tests => 7;
+    plan tests => 33;
 }
 else {
     plan skip_all => "Net::OAuth isn't installed";


More information about the Jifty-commit mailing list