From be07b8bc90df27adbfa2201e5645deec1434dbbe Mon Sep 17 00:00:00 2001 From: Andreas Schneider Date: Thu, 22 May 2014 11:42:29 +0200 Subject: [PATCH] tests: Add doc exception for spoolss: OSVERSION. Signed-off-by: Andreas Schneider Reviewed-by: Guenther Deschner Autobuild-User(master): Andreas Schneider Autobuild-Date(master): Fri May 23 20:10:49 CEST 2014 on sn-devel-104 --- python/samba/tests/docs.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index ab25b6c91a0..927b3749020 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -130,7 +130,8 @@ class SmbDotConfTests(TestCase): 'server string', 'netbios name', 'socket options', 'use mmap', 'ctdbd socket', 'printing', 'printcap name', 'queueresume command', 'queuepause command','lpresume command', 'lppause command', - 'lprm command', 'lpq command', 'print command', 'template homedir']) + 'lprm command', 'lpq command', 'print command', 'template homedir', + 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build']) def setUp(self): super(SmbDotConfTests, self).setUp() -- 2.34.1