diff test/sematest/TestEditor.java @ 341:a9a740e685fa

remove session using QUIT_2_ACK
author kono
date Mon, 13 Oct 2008 03:05:53 +0900
parents 4fae49280699
children 4b056e46ba83
line wrap: on
line diff
--- a/test/sematest/TestEditor.java	Sun Oct 12 20:03:47 2008 +0900
+++ b/test/sematest/TestEditor.java	Mon Oct 13 03:05:53 2008 +0900
@@ -288,6 +288,9 @@
 		 case SMCMD_QUIT_2 :
 			 if (cmd.eid!=eid) {
 				 forwardCommand(cmd);
+			 } else {
+				 cmd.cmd = REP.SMCMD_QUIT_2_ACK;
+				 sendCommand(cmd);
 			 }
 			 running = false;
 			 break;