From 9845c8c4756a33566819c883b5fb0611ff84f94c Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Thu, 30 Mar 2006 11:58:46 +0000 Subject: r14817: rename some tests tridge: is SCAN-EAMAX ok? metze (This used to be commit d8529ec2ee079d4ff17681a5d35d260fd3313e88) --- source4/torture/rap/rap.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'source4/torture/rap') diff --git a/source4/torture/rap/rap.c b/source4/torture/rap/rap.c index 9c4a8ba48c..e7692e1444 100644 --- a/source4/torture/rap/rap.c +++ b/source4/torture/rap/rap.c @@ -428,7 +428,7 @@ static BOOL test_rap(struct smbcli_state *cli) return res; } -BOOL torture_raw_rap(struct torture_context *torture) +BOOL torture_rap_basic(struct torture_context *torture) { struct smbcli_state *cli; BOOL ret = True; @@ -438,7 +438,7 @@ BOOL torture_raw_rap(struct torture_context *torture) return False; } - mem_ctx = talloc_init("torture_raw_rap"); + mem_ctx = talloc_init("torture_rap_basic"); if (!test_rap(cli)) { ret = False; -- cgit