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 0d71e685ab..a6a1a155fa 100644 --- a/python/samba/tests/docs.py +++ b/python/samba/tests/docs.py @@ -131,7 +131,8 @@ class SmbDotConfTests(TestCase): 'ctdbd socket', 'printing', 'printcap name', 'queueresume command', 'queuepause command','lpresume command', 'lppause command', 'lprm command', 'lpq command', 'print command', 'template homedir', - 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build']) + 'spoolss: os_major', 'spoolss: os_minor', 'spoolss: os_build', + 'max open files']) def setUp(self): super(SmbDotConfTests, self).setUp() |