/[webpac2]/trunk/t/1-lookup.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/1-lookup.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 3 - (show annotations)
Sat Jul 16 11:07:38 2005 UTC (18 years, 10 months ago) by dpavlin
Original Path: trunk/t/01-lookup.t
File MIME type: application/x-troff
File size: 309 byte(s)
moved implementation of lookups from older code-base

1 #!/usr/bin/perl -w
2
3 use Test::More tests => 3;
4 use Test::Exception;
5 use blib;
6 use strict;
7
8 BEGIN {
9 use_ok( 'WebPAC::Normalize::Lookup' );
10 }
11
12 throws_ok { new WebPAC::Normalize::Lookup() } qr/config/, "new without config";
13
14 ok(my $nos = new WebPAC::Normalize::Lookup( config => 'conf/lookup/isis.pm' ), "new");

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26