summaryrefslogtreecommitdiffstats
path: root/python
diff options
context:
space:
mode:
authorAndreas Schneider <asn@samba.org>2014-05-22 11:42:29 +0200
committerAndreas Schneider <asn@cryptomilk.org>2014-05-23 20:10:49 +0200
commitbe07b8bc90df27adbfa2201e5645deec1434dbbe (patch)
treeb149cb097aeea684f98b441938142effca01333b /python
parent416958ca6281c5eaea848054444a678e219bc897 (diff)
downloadsamba-be07b8bc90df27adbfa2201e5645deec1434dbbe.tar.gz
samba-be07b8bc90df27adbfa2201e5645deec1434dbbe.tar.xz
samba-be07b8bc90df27adbfa2201e5645deec1434dbbe.zip
tests: Add doc exception for spoolss: OSVERSION.
Signed-off-by: Andreas Schneider <asn@samba.org> Reviewed-by: Guenther Deschner <gd@samba.org> Autobuild-User(master): Andreas Schneider <asn@cryptomilk.org> Autobuild-Date(master): Fri May 23 20:10:49 CEST 2014 on sn-devel-104
Diffstat (limited to 'python')
-rw-r--r--python/samba/tests/docs.py3
1 files changed, 2 insertions, 1 deletions
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()