Author: tridge
Date: 2004-12-21 11:48:13 +0000 (Tue, 21 Dec 2004)
New Revision: 4317

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=4317

Log:
check the count of replies in the os2 ea_list torture test





Modified:
   branches/SAMBA_4_0/source/torture/raw/search.c


Changeset:
Modified: branches/SAMBA_4_0/source/torture/raw/search.c
===================================================================
--- branches/SAMBA_4_0/source/torture/raw/search.c      2004-12-21 11:47:08 UTC 
(rev 4316)
+++ branches/SAMBA_4_0/source/torture/raw/search.c      2004-12-21 11:48:13 UTC 
(rev 4317)
@@ -1241,6 +1241,7 @@
        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;

Reply via email to