s4/torture: Fix misplaced positional arguments for u64 comparison
authorAnoop C S <anoopcs@samba.org>
Wed, 27 Mar 2024 05:15:08 +0000 (10:45 +0530)
committerGünther Deschner <gd@samba.org>
Wed, 27 Mar 2024 13:00:29 +0000 (13:00 +0000)
commitf0a8d832683afddfb6eb69e3bace19ec7aa2911c
tree58ca1200295d295c727de8109f2e5ee34bc1c3e3
parent0dec2ef188a93504da873d927ca2b26f8c491fb8
s4/torture: Fix misplaced positional arguments for u64 comparison

torture_assert_u64_equal_goto() can only print meaningful error message
for incorrect values if only if the function is invoked with test run
value and expected value respectively as second and thrid arguments.
Otherwise it displays the reversed message causing confusion in overall
test results.

Signed-off-by: Anoop C S <anoopcs@samba.org>
Reviewed-by: Guenther Deschner <gd@samba.org>
Autobuild-User(master): Günther Deschner <gd@samba.org>
Autobuild-Date(master): Wed Mar 27 13:00:29 UTC 2024 on atb-devel-224
source4/torture/smb2/timestamps.c