IPP Software Navigation Tools IPP Links Communication Pan-STARRS Links

Changeset 6632


Ignore:
Timestamp:
Mar 17, 2006, 11:58:23 AM (20 years ago)
Author:
jhoblitt
Message:

extra cli param tests

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/DataStore/t/10_dsget.t

    r6628 r6632  
    33# Copyright (C) 2006  Joshua Hoblitt
    44#
    5 # $Id: 10_dsget.t,v 1.1 2006-03-17 04:12:08 jhoblitt Exp $
     5# $Id: 10_dsget.t,v 1.2 2006-03-17 21:58:23 jhoblitt Exp $
    66
    77use strict;
     
    1111
    1212use Test::Cmd;
    13 use Test::More tests => 3;
     13use Test::More tests => 7;
    1414
    1515=head1 NAME
     
    3434}
    3535
     36{
     37    $test->run(args => '--uri http://example.org/foo');
     38    missing_args(3, "Required options: --uri --filename");
     39}
     40
     41{
     42    $test->run(args => '--filename /foo/bar/baz');
     43    missing_args(3, "Required options: --uri --filename");
     44}
     45
    3646sub missing_args
    3747{
Note: See TracChangeset for help on using the changeset viewer.