/[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

Contents of /t/30-aaieduhr.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 88 - (show annotations)
Tue Apr 29 19:54:52 2008 UTC (15 years, 11 months ago) by dpavlin
File MIME type: application/x-troff
File size: 272 byte(s)
first try at integrating AAAIEduHr into A3C:

fetch XML from http://shema.aaiedu.hr/
cache it locally (to reduce network traffic and provide offline development) in
JSON format (human readable)
1 #!/usr/bin/env perl
2 use warnings;
3 use strict;
4
5 =head1 DESCRIPTION
6
7 test AAIEduHr integration
8
9 =cut
10
11 use Jifty::Test tests => 2;
12
13 use Data::Dump qw/dump/;
14
15 use_ok('A3C::AAIEduHr');
16
17 ok( my $a = A3C::AAIEduHr->available('hrEdu002'), 'available' );
18 diag "got = ",dump( $a );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26