mirror of
https://gitlab.freedesktop.org/dbus/dbus.git
synced 2026-06-19 09:38:27 +02:00
add another test
This commit is contained in:
parent
4a8a03aeb7
commit
ac5183eafc
1 changed files with 8 additions and 0 deletions
8
test/data/auth/invalid-command-client.auth-script
Normal file
8
test/data/auth/invalid-command-client.auth-script
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
## this tests that receiving a nonexistent command is handled properly
|
||||
## by a client
|
||||
|
||||
CLIENT
|
||||
EXPECT_COMMAND AUTH
|
||||
SEND 'NONEXISTENT_COMMAND foo bar baz blah blah'
|
||||
EXPECT_COMMAND ERROR
|
||||
EXPECT_STATE WAITING_FOR_INPUT
|
||||
Loading…
Add table
Reference in a new issue