s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir tests
commita38409ee4cff1c1964cdb0a56bb1f51566e6edc5
authorSteven Danneman <steven.danneman@isilon.com>
Tue, 8 Sep 2009 19:12:01 +0000 (8 12:12 -0700)
committerSteven Danneman <steven.danneman@isilon.com>
Tue, 8 Sep 2009 20:43:06 +0000 (8 13:43 -0700)
treed75fc681acb4607e1cdacb74482ba54c9b000118
parent5975ea793a5d1367ff89e8c69099b8eac69d273d
s4/torture/smb2: Fix several small bugs and style issues in SMB2 dir tests

* removed all uses of printf, replaced with torture_comment
* replaced custom CHECK macros with new torture_assert_*_todo() helpers
* switched string dir name generation to generate_unique_strs() helper,
  to avoid non-deterministic test behavior where generate_rand_str()
  would cause file colissions in the same directory.
source4/torture/smb2/dir.c