X-Git-Url: https://git.tokkee.org/?p=sysdb.git;a=blobdiff_plain;f=t%2Funit%2Ffrontend%2Fconnection_test.c;h=da94f06ec3cfd1bf5b1391e7249b98dd6b9a0f20;hp=125bb56fffb9eb2c3d8f6753fcf5e9fd4b50644f;hb=f813057d5060171ea345511ee02d8670eb05637e;hpb=45c5e83e104a382734eb30b90bf88aff4370d64f diff --git a/t/unit/frontend/connection_test.c b/t/unit/frontend/connection_test.c index 125bb56..da94f06 100644 --- a/t/unit/frontend/connection_test.c +++ b/t/unit/frontend/connection_test.c @@ -210,13 +210,13 @@ START_TEST(test_conn_setup) const char *err; } golden_data[] = { { UINT32_MAX, NULL, NULL }, - { CONNECTION_IDLE, "fakedata", NULL }, + { CONNECTION_IDLE, "fakedata", "Invalid command 0" }, { CONNECTION_PING, NULL, "Authentication required" }, { CONNECTION_STARTUP, "fakeuser", NULL }, { CONNECTION_PING, NULL, NULL }, - { CONNECTION_IDLE, NULL, NULL }, + { CONNECTION_IDLE, NULL, "Invalid command 0" }, { CONNECTION_PING, "fakedata", NULL }, - { CONNECTION_IDLE, NULL, NULL }, + { CONNECTION_IDLE, NULL, "Invalid command 0" }, }; size_t i;