summaryrefslogtreecommitdiff
path: root/source4
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2012-04-18 12:57:06 +0200
committerVolker Lendecke <vl@samba.org>2012-04-18 15:16:12 +0200
commit26b9ab2780615863b0fc2105e899e64682862d1d (patch)
tree8140ac9028c8e9f0e8ed4a68645f85e27e803133 /source4
parentbd3ceb879252b5992be5d88c8d2694a7e3d36ff4 (diff)
downloadsamba-26b9ab2780615863b0fc2105e899e64682862d1d.tar.gz
samba-26b9ab2780615863b0fc2105e899e64682862d1d.tar.bz2
samba-26b9ab2780615863b0fc2105e899e64682862d1d.zip
s4-torture: notify all is empty now
Autobuild-User: Volker Lendecke <vl@samba.org> Autobuild-Date: Wed Apr 18 15:16:13 CEST 2012 on sn-devel-104
Diffstat (limited to 'source4')
-rw-r--r--source4/torture/raw/notify.c19
1 files changed, 0 insertions, 19 deletions
diff --git a/source4/torture/raw/notify.c b/source4/torture/raw/notify.c
index 29fff3bb04..e56900054f 100644
--- a/source4/torture/raw/notify.c
+++ b/source4/torture/raw/notify.c
@@ -1780,24 +1780,6 @@ static bool test_notify_alignment(struct torture_context *tctx,
return true;
}
-/*
- basic testing of change notify
-*/
-static bool test_raw_notify_all(struct torture_context *torture,
- struct smbcli_state *cli,
- struct smbcli_state *cli2)
-{
- bool ret = true;
-
- if (!torture_setup_dir(cli, BASEDIR)) {
- return false;
- }
-
- smb_raw_exit(cli->session);
- smbcli_deltree(cli->tree, BASEDIR);
- return ret;
-}
-
struct torture_suite *torture_raw_notify(TALLOC_CTX *mem_ctx)
{
struct torture_suite *suite = torture_suite_create(mem_ctx, "notify");
@@ -1818,7 +1800,6 @@ struct torture_suite *torture_raw_notify(TALLOC_CTX *mem_ctx)
torture_suite_add_1smb_test(suite, "overflow", test_notify_overflow);
torture_suite_add_1smb_test(suite, "basedir", test_notify_basedir);
torture_suite_add_1smb_test(suite, "alignment", test_notify_alignment);
- torture_suite_add_2smb_test(suite, "all", test_raw_notify_all);
return suite;
}