Revision: 5494
          http://jnode.svn.sourceforge.net/jnode/?rev=5494&view=rev
Author:   fduminy
Date:     2009-05-17 11:09:40 +0000 (Sun, 17 May 2009)

Log Message:
-----------
fixed bug for case where a command shouldn't return a response (case of 
shutdown command)

Modified Paths:
--------------
    trunk/core/src/test/org/jtestserver/server/TestServer.java

Modified: trunk/core/src/test/org/jtestserver/server/TestServer.java
===================================================================
--- trunk/core/src/test/org/jtestserver/server/TestServer.java  2009-05-15 
18:49:53 UTC (rev 5493)
+++ trunk/core/src/test/org/jtestserver/server/TestServer.java  2009-05-17 
11:09:40 UTC (rev 5494)
@@ -103,7 +103,7 @@
                         }
                         
                         // if the command returns a result
-                        String result = null;
+                        String result = MessageProcessor.NO_RESPONSE;
                         if (output != null) {
                             result = output.toMessage();
                         }


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
Crystal Reports - New Free Runtime and 30 Day Trial
Check out the new simplified licensing option that enables 
unlimited royalty-free distribution of the report engine 
for externally facing server and web deployment. 
http://p.sf.net/sfu/businessobjects
_______________________________________________
Jnode-svn-commits mailing list
Jnode-svn-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jnode-svn-commits

Reply via email to