source: LATMOS-Accounts/t/30_la_task.t @ 861

Last change on this file since 861 was 861, checked in by nanardon, 13 years ago
  • reimport missing files from previous svn
File size: 154 bytes
Line 
1use strict;
2use warnings;
3use Test::More tests => 2;
4
5use_ok('LATMOS::Accounts::Task');
6
7ok(LATMOS::Accounts::Task->new('dummy'), "Can load dummy task");
Note: See TracBrowser for help on using the repository browser.