diff options
author | Andrew Tridgell <tridge@samba.org> | 2004-12-21 11:48:13 +0000 |
---|---|---|
committer | Gerald (Jerry) Carter <jerry@samba.org> | 2007-10-10 13:07:33 -0500 |
commit | 8e90f88c255c5b7d8b5fdb5c4a1ac1c18ebeef72 (patch) | |
tree | fb87b4bb42d883bea467ddb1f39199ac54b8d7ed /source4/torture/raw | |
parent | 101d0333a333cee6d3fc33cb4655976145fb87e8 (diff) | |
download | samba-8e90f88c255c5b7d8b5fdb5c4a1ac1c18ebeef72.tar.gz samba-8e90f88c255c5b7d8b5fdb5c4a1ac1c18ebeef72.tar.bz2 samba-8e90f88c255c5b7d8b5fdb5c4a1ac1c18ebeef72.zip |
r4317: check the count of replies in the os2 ea_list torture test
(This used to be commit 10861b3fa0cbba7f5e0ec3377431a85608a13a32)
Diffstat (limited to 'source4/torture/raw')
-rw-r--r-- | source4/torture/raw/search.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source4/torture/raw/search.c b/source4/torture/raw/search.c index ada71f3ee7..5064c1a061 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; |