summaryrefslogtreecommitdiffstats
path: root/source3/selftest/tests.py
diff options
context:
space:
mode:
authorVolker Lendecke <vl@samba.org>2014-04-29 14:25:14 +0200
committerVolker Lendecke <vl@samba.org>2014-04-30 14:52:08 +0200
commit54118d24a712172c6d54b213c70c926148fd61ff (patch)
treecd7200ff98dff0d070457c5d79f1cb1f58af21c7 /source3/selftest/tests.py
parentd0590eec7e12f2a5ddb9f76365d5547cc3c668c1 (diff)
downloadsamba-54118d24a712172c6d54b213c70c926148fd61ff.tar.gz
samba-54118d24a712172c6d54b213c70c926148fd61ff.tar.xz
samba-54118d24a712172c6d54b213c70c926148fd61ff.zip
torture3: Add local-messaging-read1
This covers deleting and re-adding a request in a callback Signed-off-by: Volker Lendecke <vl@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
Diffstat (limited to 'source3/selftest/tests.py')
-rwxr-xr-xsource3/selftest/tests.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/selftest/tests.py b/source3/selftest/tests.py
index 4357ed93913..7200329d3a0 100755
--- a/source3/selftest/tests.py
+++ b/source3/selftest/tests.py
@@ -102,6 +102,7 @@ local_tests = [
"LOCAL-CONVERT-STRING",
"LOCAL-CONV-AUTH-INFO",
"LOCAL-IDMAP-TDB-COMMON",
+ "LOCAL-MESSAGING-READ1",
"LOCAL-hex_encode_buf",
"LOCAL-sprintf_append",
"LOCAL-remove_duplicate_addrs2"]