From 6a6c7c9aa2a8a04d6c1b6c6c8c5841efa4cb8e09 Mon Sep 17 00:00:00 2001 From: Kamen Mazdrashki Date: Tue, 26 Oct 2010 21:20:11 +0300 Subject: s4-pfm_test: no need to test created prefixMap contents here - it already tested --- source4/torture/drs/unit/prefixmap_tests.c | 3 --- 1 file changed, 3 deletions(-) (limited to 'source4/torture/drs/unit') diff --git a/source4/torture/drs/unit/prefixmap_tests.c b/source4/torture/drs/unit/prefixmap_tests.c index 7a90f18b5b..5aba5d157b 100644 --- a/source4/torture/drs/unit/prefixmap_tests.c +++ b/source4/torture/drs/unit/prefixmap_tests.c @@ -306,9 +306,6 @@ static bool torture_drs_unit_pfm_make_attid_small_map(struct torture_context *tc /* create new prefix map */ werr = dsdb_schema_pfm_new(mem_ctx, &pfm); torture_assert_werr_ok(tctx, werr, "dsdb_schema_pfm_new() failed!"); - torture_assert(tctx, pfm != NULL, "NULL prefixMap created!"); - torture_assert(tctx, pfm->length > 0, "Empty prefixMap created!"); - torture_assert(tctx, pfm->prefixes != NULL, "No prefixes for newly created prefixMap!"); /* make some ATTIDs and check result */ for (i = 0; i < ARRAY_SIZE(_prefixmap_test_data); i++) { -- cgit