/[Intel-AMT]/trunk/t/NetworkAdministration.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 /trunk/t/NetworkAdministration.t

Parent Directory Parent Directory | Revision Log Revision Log


Revision 20 - (hide annotations)
Sun Aug 30 19:49:34 2009 UTC (14 years, 8 months ago) by dpavlin
File MIME type: application/x-troff
File size: 254 byte(s)
fix number of tests
1 dpavlin 17 #!/usr/bin/perl -T
2    
3 dpavlin 20 use Test::More tests => 2;
4 dpavlin 17 use Data::Dump qw/dump/;
5    
6     use lib 'lib';
7    
8     BEGIN {
9     use_ok( 'Intel::AMT::NetworkAdministration' );
10     }
11    
12     ok( my $o = Intel::AMT::NetworkAdministration::network_settings(), 'network_settings' );
13     diag dump( $o );

Properties

Name Value
svn:executable *

  ViewVC Help
Powered by ViewVC 1.1.26