mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
r3411: Ignore some autogenerated files.
This commit is contained in:
parent
12e037dbe3
commit
f6428f2d01
@ -267,6 +267,7 @@ def test_EnumPrinterData(pipe, handle):
|
||||
|
||||
enum_index += 1
|
||||
|
||||
|
||||
def test_SetPrinterData(pipe, handle):
|
||||
|
||||
print 'testing spoolss_SetPrinterData'
|
||||
@ -293,6 +294,8 @@ def test_SetPrinterData(pipe, handle):
|
||||
print 'SetPrinterData: mismatch'
|
||||
sys.exit(1)
|
||||
|
||||
dcerpc.spoolss_DeletePrinterData(pipe, r)
|
||||
|
||||
|
||||
def test_EnumPrinters(pipe):
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user