[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
SF.net SVN: ledger-smb: [1395] branches/1.2/t/12-menu.t
- Subject: SF.net SVN: ledger-smb: [1395] branches/1.2/t/12-menu.t
- From: ..hidden..
- Date: Fri, 13 Jul 2007 15:10:17 -0700
Revision: 1395
http://svn.sourceforge.net/ledger-smb/?rev=1395&view=rev
Author: tetragon
Date: 2007-07-13 15:10:16 -0700 (Fri, 13 Jul 2007)
Log Message:
-----------
Fixing $notrap check
Modified Paths:
--------------
branches/1.2/t/12-menu.t
Modified: branches/1.2/t/12-menu.t
===================================================================
--- branches/1.2/t/12-menu.t 2007-07-13 15:26:26 UTC (rev 1394)
+++ branches/1.2/t/12-menu.t 2007-07-13 22:10:16 UTC (rev 1395)
@@ -126,7 +126,7 @@
# file not found check
SKIP: {
- skip 'file not found test, Test::Trap not usable', 2 if !$notrap;
+ skip 'file not found test, Test::Trap not usable', 2 if $notrap;
$ini = new Menu;
@r = trap{$ini->add_file('t/data/12-not-a-file')};
is_deeply($ini->{'ORDER'}, [],
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.