source: trunk/t/15ImportV.t @ 458

Last change on this file since 458 was 319, checked in by nanardon, 14 years ago
  • support of several poll type
  • remove static result storage
File size: 230 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 2;
4
5use_ok('Epoll::DB::ImportV');
6
7ok(my $import = Epoll::DB::ImportV->new('dummy'),
8    "Can instanciate dummy import");
9
10$import->{params}{foo} = 1;
11$import->{params}{bar} = 1;
12
Note: See TracBrowser for help on using the repository browser.