Skip to content

Commit

Permalink
Took 41-atom.t offline. Test and functionality requires a compiled Pe…
Browse files Browse the repository at this point in the history
…rl module that is not listed as a requirement of the software. Need to review sometime in the future.
  • Loading branch information
tima committed Sep 30, 2010
1 parent 927e69f commit 21f01fb
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion t/41-atom.t
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@ use strict;
use lib 't/lib', 'extlib', 'lib', '../lib', '../extlib';
use POSIX;

use Test::More skip_all => <<REASON;
Broken test. XML::Atom requires XML::LibXML which is not a listed as a prerequisite of MT and requires compiling. This functionality should probably get moved to a plugin and/or an alternative with a pure Perl fallback.
REASON

use MT;
use MT::Atom;
use XML::LibXML; # this test would not work without it
Expand All @@ -11,7 +15,7 @@ use XML::Atom::Feed;
use XML::Atom::Entry;
use POSIX qw( ceil );

use Test::More qw( no_plan );#tests => 97;
# use Test::More qw( no_plan );#tests => 97;

# To keep away from being under FastCGI
$ENV{HTTP_HOST} = 'localhost';
Expand Down

0 comments on commit 21f01fb

Please sign in to comment.