From 754d416ea54e1e520aa035a759ec8e3975ab5354 Mon Sep 17 00:00:00 2001 From: James Peach Date: Mon, 5 Mar 2007 22:26:38 +0000 Subject: r21710: Add client support for the UNIX_INFO2 info level in the QueryFile, QueryPath and FindFirst calls. Add a new torture test to verify the server side. (This used to be commit 7f56da2d1fa0718e5282bb4aea7d9a63a62f0bc7) --- source4/torture/unix/unix.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'source4/torture/unix/unix.c') diff --git a/source4/torture/unix/unix.c b/source4/torture/unix/unix.c index 0182ffc14d..b1c1a056b6 100644 --- a/source4/torture/unix/unix.c +++ b/source4/torture/unix/unix.c @@ -1,7 +1,7 @@ /* UNIX Extensions test registration. - Copyright (C) 2006 James Peach + Copyright (C) 2007 James Peach This program is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -32,6 +32,8 @@ NTSTATUS torture_unix_init(void) torture_suite_add_simple_test(suite, "WHOAMI", torture_unix_whoami); + torture_suite_add_simple_test(suite, + "INFO2", unix_torture_unix_info2); return (torture_register_suite(suite)) ? NT_STATUS_OK : NT_STATUS_UNSUCCESSFUL; -- cgit