Skip to content

What happened to 'isnt'? #71

@ronsavage

Description

@ronsavage

I'm using:

use Test::Stream -V1;
...
isnt("$tree", "Tree::Simple=HASH(" . $tree->getUID() . ")", '... our UID is no longer derived from our hex address');
...
done_testing();

And get:

ok 43 - ... UIDs match what we have set it to
Undefined subroutine &main::isnt called at t/10_Tree_Simple_test.t line 99.

Tests were run but no plan was declared and done_testing() was not seen.

Looks like your test exited with 255 after test #43.

Dubious, test returned 255 (wstat 65280, 0xff00)
All 43 subtests passed

Test Summary Report

t/10_Tree_Simple_test.t (Wstat: 65280 Tests: 43 Failed: 0)
Non-zero exit status: 255
Parse errors: No plan found in TAP output
Files=1, Tests=43, 0 wallclock secs ( 0.03 usr 0.00 sys + 0.10 cusr 0.00 csys = 0.13 CPU)
Result: FAIL

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions