Skip to content
Snippets Groups Projects
Commit d3ab130e authored by Dmitry Simonenko's avatar Dmitry Simonenko
Browse files

* bug-716683 test case

parent ec88c2b6
No related branches found
No related tags found
No related merge requests found
......@@ -106,3 +106,12 @@ 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.
show status
---
unknown command. try typing help.
...
......@@ -76,4 +76,10 @@ server.stop()
server.deploy(self.suite_ini["config"])
server.start()
print """#
# A test case for: http://bugs.launchpad.net/bugs/716683
# Admin console should not stall on unknown command.
"""
exec admin 'show status'
# vim: syntax=python
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment