source: trunk/TWikiCompatibilityPlugin/test/unit/TWikiCompatibilityPlugin/TWikiCompatibilityPluginSuite.pm @ 7940

Revision 7940, 1018 bytes checked in by MichaelTempest, 3 years ago (diff)

Item9041: Disable the failing test to eliminate noise in the unit tests output

  • Property svn:executable set to *
  • Property svn:keywords set to Revision Date
Line 
1# See bottom of file for license and copyright information
2package TWikiCompatibilityPluginSuite;
3use strict;
4use warnings;
5
6use Unit::TestSuite;
7our @ISA = 'Unit::TestSuite';
8
9sub include_tests { return 'TWikiFuncTests' }
10
111;
12__END__
13Foswiki - The Free and Open Source Wiki, http://foswiki.org/
14
15Copyright (C) 2008-2010 Foswiki Contributors. Foswiki Contributors
16are listed in the AUTHORS file in the root of this distribution.
17NOTE: Please extend that file, not this notice.
18
19This program is free software; you can redistribute it and/or
20modify it under the terms of the GNU General Public License
21as published by the Free Software Foundation; either version 2
22of the License, or (at your option) any later version. For
23more details read LICENSE in the root of this distribution.
24
25This program is distributed in the hope that it will be useful,
26but WITHOUT ANY WARRANTY; without even the implied warranty of
27MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
28
29As per the GPL, removal of this notice is prohibited.
Note: See TracBrowser for help on using the repository browser.