From: Michael Adam Date: Thu, 23 Jul 2015 21:15:38 +0000 (+0200) Subject: tests:docs: load the full data from the generated param_table X-Git-Tag: talloc-2.1.4~482 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=93c8e8db89e38d3b8cf5572c6792e77de622ad78;p=thirdparty%2Fsamba.git tests:docs: load the full data from the generated param_table Signed-off-by: Michael Adam Reviewed-by: Jeremy Allison --- diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index fbe783b7fab..dc5e2129d7a 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -228,6 +228,12 @@ class SmbDotConfTests(TestCase): except: self.fail("Unable to load static parameter table") + try: + self.table_gen = set(get_param_table_full(self.topdir, + "bin/default/lib/param/param_table_gen.c")) + except: + self.fail("Unable to load generated parameter table") + try: self.defaults = set(get_documented_tuples(self.topdir)) except: