From: Nikos Mavrogiannopoulos Date: Mon, 29 Aug 2016 11:48:04 +0000 (+0200) Subject: tests: mini-dtls-record: modified expected order to account for new SW behavior X-Git-Tag: gnutls_3_5_4~41 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=c7779ea25baa7856c650073658bffb13eaa5deb9;p=thirdparty%2Fgnutls.git tests: mini-dtls-record: modified expected order to account for new SW behavior --- diff --git a/tests/mini-dtls-record.c b/tests/mini-dtls-record.c index 1b5a0551e8..8d32d8f3af 100644 --- a/tests/mini-dtls-record.c +++ b/tests/mini-dtls-record.c @@ -163,7 +163,7 @@ static ssize_t n_push(gnutls_transport_ptr_t tr, const void *data, size_t len) /* The first five messages are handshake. Thus corresponds to msg_seq+5 */ static int recv_msg_seq[] = - { 1, 2, 3, 4, 5, 6, 12, 28, 7, 8, 9, 10, 11, 13, 15, 16, 14, 18, 20, + { 1, 2, 3, 4, 5, 6, 12, 28, 8, 9, 10, 11, 13, 15, 16, 14, 18, 20, 19, 21, 22, 23, 25, 24, 26, 27, 29, 30, 31, 33, 32, 34, 35, 38, 36, 37, -1 };