1
0
mirror of https://github.com/samba-team/samba.git synced 2025-11-12 04:23:49 +03:00

r3396: Rename form_name -> formname. This time, check smbtorture builds before

committing.  (-:
This commit is contained in:
Tim Potter
2004-10-30 23:35:34 +00:00
committed by Gerald (Jerry) Carter
parent 2cf35cb4d2
commit c776232d01
3 changed files with 6 additions and 3 deletions

View File

@@ -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)