Changeset 14acbbd


Ignore:
Timestamp:
Aug 17, 2009, 10:08:10 PM (15 years ago)
Author:
Nelson Elhage <nelhage@mit.edu>
Branches:
master, release-1.10, release-1.4, release-1.5, release-1.6, release-1.7, release-1.8, release-1.9
Children:
4cbb1b4
Parents:
e30ed92
Message:
completion.t: Don't use new_ok.

new_ok is new in 0.82. perl 5.10 only shipped with 0.72, so users are not
likely to have a Test::More that supports it.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • t/completion.t

    r4fbc7f5 r14acbbd  
    4242
    4343
    44 new_ok('BarnOwl::Completion::Context' => ['Hello, W', 'orld']);
     44isa_ok(BarnOwl::Completion::Context->new('Hello, W', 'orld'), 'BarnOwl::Completion::Context');
    4545
    4646no warnings 'qw';
Note: See TracChangeset for help on using the changeset viewer.