1
0
mirror of https://github.com/samba-team/samba.git synced 2025-01-26 10:04:02 +03:00

s4/asn1: fixed typo in torture messages

This commit is contained in:
Kamen Mazdrashki 2009-09-26 01:34:17 +03:00 committed by Matthias Dieter Wallnöfer
parent 97e7f48f75
commit a51571bf41

View File

@ -164,7 +164,7 @@ static bool test_ber_write_partial_OID_String(struct torture_context *tctx)
/* ber_write_partial_OID_String() should work with not partial OIDs also */
for (i = 0; i < ARRAY_SIZE(oid_data_ok); i++) {
torture_assert(tctx, ber_write_partial_OID_String(&blob, data[i].oid),
"ber_write_OID_String failed");
"ber_write_partial_OID_String failed");
hex_str = hex_encode_talloc(mem_ctx, blob.data, blob.length);
torture_assert(tctx, hex_str, "No memory!");
@ -179,7 +179,7 @@ static bool test_ber_write_partial_OID_String(struct torture_context *tctx)
data = partial_oid_data_ok;
for (i = 0; i < ARRAY_SIZE(partial_oid_data_ok); i++) {
torture_assert(tctx, ber_write_partial_OID_String(&blob, data[i].oid),
"ber_write_OID_String failed");
"ber_write_partial_OID_String failed");
hex_str = hex_encode_talloc(mem_ctx, blob.data, blob.length);
torture_assert(tctx, hex_str, "No memory!");