From eccab97bb2489644426108369400e8ab7b24d1df Mon Sep 17 00:00:00 2001 From: Konstantin Osipov <kostja.osipov@gmail.com> Date: Tue, 24 May 2011 18:51:52 +0400 Subject: [PATCH] Merge Bug#716683 admin console hangs if not recognized command Update test results. --- test/box/sql.result | 1 - 1 file changed, 1 deletion(-) diff --git a/test/box/sql.result b/test/box/sql.result index 21e05f1f4d..233a1eafed 100644 --- a/test/box/sql.result +++ b/test/box/sql.result @@ -106,7 +106,6 @@ An error occurred: ERR_CODE_ILLEGAL_PARAMS, 'Illegal parameters' select * from t0 where k0='Spears' Found 1 tuple: ['Spears', 'Britney'] - # # A test case for: http://bugs.launchpad.net/bugs/716683 # Admin console should not stall on unknown command. -- GitLab