diff test/sematest/TestEditor.java @ 299:d13dad30fd24 test-session-manager-start **FUNKY**

*** empty log message ***
author kono
date Wed, 01 Oct 2008 03:21:48 +0900
parents cf9328e66d25
children 8f6b7a1890b2
line wrap: on
line diff
--- a/test/sematest/TestEditor.java	Tue Sep 30 22:42:33 2008 +0900
+++ b/test/sematest/TestEditor.java	Wed Oct 01 03:21:48 2008 +0900
@@ -136,6 +136,10 @@
 				cmds.clear();
 				sendCommand(cmd);
 				break;
+			case SMCMD_JOIN:
+			case SMCMD_PUT:
+				sendCommand(cmd);
+				break;
 			default:
 				assert(false);
 			}