/[A3C]/t/30-aaieduhr.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 /t/30-aaieduhr.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 92 - (hide annotations)
Wed Apr 30 16:16:20 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: application/x-troff
File size: 362 byte(s)
test all available vocabularies, missing 008 is reported as bug to upstream AAI team
1 dpavlin 88 #!/usr/bin/env perl
2     use warnings;
3     use strict;
4    
5     =head1 DESCRIPTION
6    
7     test AAIEduHr integration
8    
9     =cut
10    
11 dpavlin 92 use Jifty::Test tests => 10;
12 dpavlin 88
13     use Data::Dump qw/dump/;
14    
15     use_ok('A3C::AAIEduHr');
16    
17 dpavlin 92 foreach my $nr ( 1 .. 7, 9 .. 10 ) {
18 dpavlin 89 my $name = sprintf('hrEdu%03d', $nr);
19     ok( my $a = A3C::AAIEduHr->vocabulary( $name ), "vucabulatory $name" );
20     diag "$name = ",dump( $a );
21     }

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26