[Jifty-commit] r1537 - in jifty/trunk: t

jifty-commit at lists.jifty.org jifty-commit at lists.jifty.org
Tue Jul 11 23:58:59 EDT 2006


Author: srl
Date: Tue Jul 11 23:58:57 2006
New Revision: 1537

Added:
   jifty/trunk/t/08-client.t
Modified:
   jifty/trunk/   (props changed)

Log:
 r5935 at lightning:  srl | 2006-07-11 22:58:40 -0400
 Test file for Jifty::Client


Added: jifty/trunk/t/08-client.t
==============================================================================
--- (empty file)
+++ jifty/trunk/t/08-client.t	Tue Jul 11 23:58:57 2006
@@ -0,0 +1,9 @@
+use warnings;
+use strict;
+
+use Jifty::Test tests => 1;
+
+use_ok ('Jifty::Client');
+
+# XXX TODO need more tests to make sure that our client can connect
+# and do meaningful operations with a Jifty server
\ No newline at end of file


More information about the Jifty-commit mailing list