Index: /trunk/DataStore/t/10_dsget.t
===================================================================
--- /trunk/DataStore/t/10_dsget.t	(revision 6631)
+++ /trunk/DataStore/t/10_dsget.t	(revision 6632)
@@ -3,5 +3,5 @@
 # Copyright (C) 2006  Joshua Hoblitt
 #
-# $Id: 10_dsget.t,v 1.1 2006-03-17 04:12:08 jhoblitt Exp $
+# $Id: 10_dsget.t,v 1.2 2006-03-17 21:58:23 jhoblitt Exp $
 
 use strict;
@@ -11,5 +11,5 @@
 
 use Test::Cmd;
-use Test::More tests => 3;
+use Test::More tests => 7;
 
 =head1 NAME
@@ -34,4 +34,14 @@
 }
 
+{
+    $test->run(args => '--uri http://example.org/foo');
+    missing_args(3, "Required options: --uri --filename");
+}
+
+{
+    $test->run(args => '--filename /foo/bar/baz');
+    missing_args(3, "Required options: --uri --filename");
+}
+
 sub missing_args
 {
