From 8e90f88c255c5b7d8b5fdb5c4a1ac1c18ebeef72 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 21 Dec 2004 11:48:13 +0000 Subject: [PATCH] r4317: check the count of replies in the os2 ea_list torture test (This used to be commit 10861b3fa0cbba7f5e0ec3377431a85608a13a32) --- source4/torture/raw/search.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index ada71f3ee74..5064c1a0619 100644 --- a/source4/torture/raw/search.c +++ b/source4/torture/raw/search.c @@ -1241,6 +1241,7 @@ static BOOL test_ea_list(struct smbcli_state *cli, TALLOC_CTX *mem_ctx) status = smb_raw_search_first(cli->tree, mem_ctx, &io, &result, multiple_search_callback); CHECK_STATUS(status, NT_STATUS_OK); + CHECK_VALUE(result.count, 2); nxt.t2fnext.level = RAW_SEARCH_EA_LIST; nxt.t2fnext.in.handle = io.t2ffirst.out.handle; -- 2.11.4.GIT