From 8088a1712868b645e273c35ab06c0511892dd3d3 Mon Sep 17 00:00:00 2001 From: Günther Deschner Date: Tue, 9 Feb 2010 14:49:04 +0100 Subject: testprogs: print form info levels in EnumForms(),GetForm() spoolss tests. Guenther --- testprogs/win32/spoolss/spoolss.c | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'testprogs/win32/spoolss/spoolss.c') diff --git a/testprogs/win32/spoolss/spoolss.c b/testprogs/win32/spoolss/spoolss.c index c74fb2066a..ac3a313843 100644 --- a/testprogs/win32/spoolss/spoolss.c +++ b/testprogs/win32/spoolss/spoolss.c @@ -209,6 +209,10 @@ static BOOL test_GetForm(struct torture_context *tctx, } } + if (tctx->print) { + print_form_info_bylevel(levels[i], buffer, 1); + } + free(buffer); buffer = NULL; } @@ -257,6 +261,10 @@ static BOOL test_EnumForms(struct torture_context *tctx, } } + if (tctx->print) { + print_form_info_bylevel(levels[i], buffer, returned); + } + free(buffer); buffer = NULL; } -- cgit