[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

SF.net SVN: ledger-smb:[3545] trunk/t/13-log.t



Revision: 3545
          http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=3545&view=rev
Author:   einhverfr
Date:     2011-07-17 03:23:29 +0000 (Sun, 17 Jul 2011)

Log Message:
-----------
Disabling this test because the methods tested are supeceded by Log4perl.

Modified Paths:
--------------
    trunk/t/13-log.t

Modified: trunk/t/13-log.t
===================================================================
--- trunk/t/13-log.t	2011-07-16 23:48:12 UTC (rev 3544)
+++ trunk/t/13-log.t	2011-07-17 03:23:29 UTC (rev 3545)
@@ -5,7 +5,10 @@
 
 $ENV{TMPDIR} = 't/var';
 
-use Test::More tests => 13;
+#use Test::More tests => 13;
+use Test::More;
+plan skip_all => 'Disabled because we have moved to Log4perl and the predefined
+methods in the LedgerSMB::Log package nto currently recommended';
 use Test::Trap qw(trap $trap);
 
 use Data::Dumper;


This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.