Changeset 6632
- Timestamp:
- Mar 17, 2006, 11:58:23 AM (20 years ago)
- File:
-
- 1 edited
-
trunk/DataStore/t/10_dsget.t (modified) (3 diffs)
Legend:
- Unmodified
- Added
- Removed
-
trunk/DataStore/t/10_dsget.t
r6628 r6632 3 3 # Copyright (C) 2006 Joshua Hoblitt 4 4 # 5 # $Id: 10_dsget.t,v 1. 1 2006-03-17 04:12:08jhoblitt Exp $5 # $Id: 10_dsget.t,v 1.2 2006-03-17 21:58:23 jhoblitt Exp $ 6 6 7 7 use strict; … … 11 11 12 12 use Test::Cmd; 13 use Test::More tests => 3;13 use Test::More tests => 7; 14 14 15 15 =head1 NAME … … 34 34 } 35 35 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 36 46 sub missing_args 37 47 {
Note:
See TracChangeset
for help on using the changeset viewer.
