Index: trunk/Nebulous/t/51_client_create.t
===================================================================
--- trunk/Nebulous/t/51_client_create.t	(revision 13092)
+++ trunk/Nebulous/t/51_client_create.t	(revision 16281)
@@ -3,5 +3,5 @@
 # Copryight (C) 2004-2005  Joshua Hoblitt
 #
-# $Id: 51_client_create.t,v 1.3 2007-05-01 02:52:04 jhoblitt Exp $
+# $Id: 51_client_create.t,v 1.4 2008-02-02 01:51:29 jhoblitt Exp $
 
 use strict;
@@ -14,6 +14,6 @@
 use lib qw( ./t ./lib );
 
-#use Nebulous::Client trace => 'debug';
-use Nebulous::Client;
+use Nebulous::Client trace => 'debug';
+#use Nebulous::Client;
 use Test::Nebulous;
 use Test::URI;
@@ -31,5 +31,4 @@
 
     my $uri = $neb->create("foo");
-
     my ($scheme, $auth, $path, $query, $frag) = uri_split($uri);
     ok(-e $path, "good filename");
