/[Search-Estraier]/trunk/t/2_condition.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

Annotation of /trunk/t/2_condition.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 15 - (hide annotations)
Wed Jan 4 22:24:57 2006 UTC (18 years, 2 months ago) by dpavlin
File MIME type: application/x-troff
File size: 253 byte(s)
begin work on Search::Estraier::Condition, _s moved to Search::Estraier which other modules inherit
1 dpavlin 15 #!/usr/bin/perl -w
2    
3     use strict;
4     use blib;
5    
6     use Test::More tests => 3;
7     #use Test::Exception;
8     #use Data::Dumper;
9    
10     BEGIN { use_ok('Search::Estraier') };
11    
12     ok(my $cond = new Search::Estraier::Condition, 'new');
13     isa_ok($cond, 'Search::Estraier::Condition');
14    

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26