Minor tweak to unit test
This commit is contained in:
parent
6bd50543ff
commit
86be1e519b
1 changed files with 1 additions and 0 deletions
|
|
@ -220,6 +220,7 @@ class TestSystem(CommandTest):
|
|||
# we are not testing CmdReload, CmdReset and CmdShutdown, CmdService or CmdTime
|
||||
# since the server is not running during these tests.
|
||||
self.call(system.CmdPy(), "1+2", ">>> 1+2|3")
|
||||
self.call(system.CmdPy(), "/clientraw 1+2", ">>> 1+2|3")
|
||||
|
||||
def test_scripts(self):
|
||||
self.call(system.CmdScripts(), "", "dbref ")
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue