Skip to content

Commit

Permalink
Do not push 'not ok 11' if we find Test2::... (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
chizmw committed May 11, 2016
1 parent bfca3cf commit a75d455
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions Changes
Expand Up @@ -6,6 +6,7 @@ This file documents the revision history for Test::DBIx::Class::Schema.
- add .mailmap file to combine same-author-different-email
- add required test deps to dist.ini
- use Test::More 0.92 → 1.302015
- do not push 'not ok 11' if we find Test2::... (#12)

1.0.9 2015-12-23 12:08:56+00:00 UTC
- add ContributorsFromGit
Expand Down
2 changes: 1 addition & 1 deletion t/40.untested.columns.t
Expand Up @@ -57,7 +57,7 @@ my @expected_out = (
);

# hackety-hack! fudge!
if ($Test::More::VERSION < 1.3) {
if (!exists $INC{'Test2/Event/Diag.pm'}) {
push @expected_out,
q{not ok 11 - planned to run 4 but done_testing() expects 10}
}
Expand Down

0 comments on commit a75d455

Please sign in to comment.