mirror of
https://github.com/samba-team/samba.git
synced 2024-12-23 17:34:34 +03:00
s4-torture: fix indent of remact test.
Guenther Signed-off-by: Günther Deschner <gd@samba.org> Reviewed-by: Jeremy Allison <jra@samba.org>
This commit is contained in:
parent
71051a973b
commit
abf0188d44
@ -28,7 +28,7 @@
|
|||||||
#define DCERPC_ICLASSFACTORY_UUID "00000001-0000-0000-c000-000000000046"
|
#define DCERPC_ICLASSFACTORY_UUID "00000001-0000-0000-c000-000000000046"
|
||||||
|
|
||||||
static bool test_RemoteActivation(struct torture_context *tctx,
|
static bool test_RemoteActivation(struct torture_context *tctx,
|
||||||
struct dcerpc_pipe *p)
|
struct dcerpc_pipe *p)
|
||||||
{
|
{
|
||||||
struct RemoteActivation r;
|
struct RemoteActivation r;
|
||||||
NTSTATUS status;
|
NTSTATUS status;
|
||||||
@ -62,16 +62,13 @@ static bool test_RemoteActivation(struct torture_context *tctx,
|
|||||||
r.in.Mode = MODE_GET_CLASS_OBJECT;
|
r.in.Mode = MODE_GET_CLASS_OBJECT;
|
||||||
|
|
||||||
status = dcerpc_RemoteActivation_r(b, tctx, &r);
|
status = dcerpc_RemoteActivation_r(b, tctx, &r);
|
||||||
torture_assert_ntstatus_ok(tctx, status,
|
torture_assert_ntstatus_ok(tctx, status, "RemoteActivation(GetClassObject)");
|
||||||
"RemoteActivation(GetClassObject)");
|
|
||||||
|
|
||||||
torture_assert_werr_ok(tctx, r.out.result,
|
torture_assert_werr_ok(tctx, r.out.result, "RemoteActivation(GetClassObject)");
|
||||||
"RemoteActivation(GetClassObject)");
|
|
||||||
|
|
||||||
torture_assert_werr_ok(tctx, *r.out.hr, "RemoteActivation(GetClassObject)");
|
torture_assert_werr_ok(tctx, *r.out.hr, "RemoteActivation(GetClassObject)");
|
||||||
|
|
||||||
torture_assert_werr_ok(tctx, r.out.results[0],
|
torture_assert_werr_ok(tctx, r.out.results[0], "RemoteActivation(GetClassObject)");
|
||||||
"RemoteActivation(GetClassObject)");
|
|
||||||
|
|
||||||
return true;
|
return true;
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user