diff options
Diffstat (limited to 'python/samba/tests/docs.py')
-rw-r--r-- | python/samba/tests/docs.py | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/python/samba/tests/docs.py b/python/samba/tests/docs.py index ab25b6c91a..927b374902 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() |