1
0
mirror of https://github.com/samba-team/samba.git synced 2025-08-04 08:22:08 +03:00

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
This commit is contained in:
Andreas Schneider
2014-05-22 11:42:29 +02:00
committed by Andreas Schneider
parent 416958ca62
commit be07b8bc90

View File

@ -130,7 +130,8 @@ class SmbDotConfTests(TestCase):
'server string', 'netbios name', 'socket options', 'use mmap', 'server string', 'netbios name', 'socket options', 'use mmap',
'ctdbd socket', 'printing', 'printcap name', 'queueresume command', 'ctdbd socket', 'printing', 'printcap name', 'queueresume command',
'queuepause command','lpresume command', 'lppause 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): def setUp(self):
super(SmbDotConfTests, self).setUp() super(SmbDotConfTests, self).setUp()