[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb:[2932] trunk/t/63-lwp.t
- Subject: SF.net SVN: ledger-smb:[2932] trunk/t/63-lwp.t
- From: ..hidden..
- Date: Mon, 01 Mar 2010 05:17:11 +0000
Revision: 2932
http://ledger-smb.svn.sourceforge.net/ledger-smb/?rev=2932&view=rev
Author: einhverfr
Date: 2010-03-01 05:17:11 +0000 (Mon, 01 Mar 2010)
Log Message:
-----------
Fixing lwp test case typo
Modified Paths:
--------------
trunk/t/63-lwp.t
Modified: trunk/t/63-lwp.t
===================================================================
--- trunk/t/63-lwp.t 2010-03-01 05:14:36 UTC (rev 2931)
+++ trunk/t/63-lwp.t 2010-03-01 05:17:11 UTC (rev 2932)
@@ -6,7 +6,7 @@
if (!$ENV{'LSMB_TEST_LWP'}){
plan 'skip_all' => 'LWP Test not enabled!';
} elsif ($ENV{'LSMB_INSTALL_DB'}){
- Plan 'skip_all' => 'Tests not save for production db';
+ plan 'skip_all' => 'Tests not save for production db';
} else {
plan 'no_plan';
}
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.