mirror of
https://github.com/samba-team/samba.git
synced 2025-01-22 22:04:08 +03:00
s4:torture/ndr/spoolss.c - add a "ULL" suffix for a 64 bit unsigned integer literal
To quiet a warning on Solaris Autobuild-User: Matthias Dieter Wallnöfer <mdw@samba.org> Autobuild-Date: Thu Dec 23 13:43:57 CET 2010 on sn-devel-104
This commit is contained in:
parent
da78e24ca2
commit
78d12e5629
@ -688,7 +688,7 @@ static bool getprinterdriver2_out_check(struct torture_context *tctx,
|
||||
torture_assert(tctx, r->out.info->info6.default_datatype == NULL, "default_datatype");
|
||||
torture_assert(tctx, r->out.info->info6.previous_names == NULL, "previous_names");
|
||||
/* driver_date : Wed Jun 21 02:00:00 2006 CEST */
|
||||
torture_assert_u64_equal(tctx, r->out.info->info6.driver_version, 0x000600011db04001, "driver_version");
|
||||
torture_assert_u64_equal(tctx, r->out.info->info6.driver_version, 0x000600011db04001ULL, "driver_version");
|
||||
torture_assert_str_equal(tctx, r->out.info->info6.manufacturer_name, "Ricoh", "manufacturer_name");
|
||||
torture_assert_str_equal(tctx, r->out.info->info6.manufacturer_url, "http://go.microsoft.com/fwlink/?LinkID=47&prd=10798&sbp=Printers", "manufacturer_url");
|
||||
torture_assert_str_equal(tctx, r->out.info->info6.hardware_id, "ricohricoh_aficio_mp5063", "hardware_id");
|
||||
|
Loading…
x
Reference in New Issue
Block a user