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