]> git.evergreen-ils.org Git - OpenSRF.git/blob - src/perl/t/05-MultiSession.t
LP#1635737: Unit tests for DST and date math
[OpenSRF.git] / src / perl / t / 05-MultiSession.t
1 #!perl -T
2
3 use Test::More tests => 1;
4
5 BEGIN {
6         use_ok( 'OpenSRF::MultiSession' );
7 }