]> git.ipfire.org Git - thirdparty/gnutls.git/commitdiff
tests: mini-dtls-record: modified expected order to account for new SW behavior
authorNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 29 Aug 2016 11:48:04 +0000 (13:48 +0200)
committerNikos Mavrogiannopoulos <nmav@redhat.com>
Mon, 29 Aug 2016 11:48:04 +0000 (13:48 +0200)
tests/mini-dtls-record.c

index 1b5a0551e83af909f42ff2aa78e94707b475d5f6..8d32d8f3afe51c9b60f38730cafa1fa6694fe572 100644 (file)
@@ -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
 };