summaryrefslogtreecommitdiff
path: root/source4/scripting
diff options
context:
space:
mode:
authorTim Potter <tpot@samba.org>2004-10-30 23:35:34 +0000
committerGerald (Jerry) Carter <jerry@samba.org>2007-10-10 13:05:05 -0500
commit89665e87b47e5cc3299c3234bf3c8b0266f9bab2 (patch)
tree7c7e7a8313ab8c68ebe81947a1d62ae069033334 /source4/scripting
parent74dd7d90622a518e54bbbdc4e37fa44cd4181e1e (diff)
downloadsamba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.tar.gz
samba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.tar.bz2
samba-89665e87b47e5cc3299c3234bf3c8b0266f9bab2.zip
r3396: Rename form_name -> formname. This time, check smbtorture builds before
committing. (-: (This used to be commit c776232d0130638a85cc8ce75e4bbef75952e856)
Diffstat (limited to 'source4/scripting')
-rw-r--r--source4/scripting/swig/torture/spoolss.py5
1 files changed, 4 insertions, 1 deletions
diff --git a/source4/scripting/swig/torture/spoolss.py b/source4/scripting/swig/torture/spoolss.py
index c1859bf2d4..78c74569f5 100644
--- a/source4/scripting/swig/torture/spoolss.py
+++ b/source4/scripting/swig/torture/spoolss.py
@@ -163,7 +163,10 @@ def test_AddForm(pipe, handle):
(r['info']['info1'], f)
sys.exit(1)
- # TODO: test spoolss_SetForm()
+ r['formname'] = formname
+ r['info']['info1']['unknown'] = 1
+
+ dcerpc.spoolss_SetForm(pipe, r)
test_DeleteForm(pipe, handle, formname)