/[jsFind]/trunk/t/02btree.t
This is repository of my old source code which isn't updated any more. Go to git.rot13.org for current projects!
ViewVC logotype

Contents of /trunk/t/02btree.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 1 - (show annotations)
Sun Jul 11 20:18:25 2004 UTC (19 years, 9 months ago) by dpavlin
File MIME type: application/x-troff
File size: 241 byte(s)
initial import into subversion of version 0.1

1 #!/usr/bin/perl
2
3 use strict;
4 use warnings;
5
6 use Test::More tests => 4;
7 use blib;
8 use jsFind;
9
10 BEGIN { use_ok('jsFind'); }
11
12 my $t = new jsFind B => 4;
13
14 isa_ok($t,'jsFind');
15 isa_ok($t->root,'jsFind::Node');
16
17 cmp_ok($t->B, '==', 4, "B is 4");
18

Properties

Name Value
svn:executable

  ViewVC Help
Powered by ViewVC 1.1.26