< prev index next >

test/jdk/javax/net/ssl/DTLS/PacketLossRetransmission.java

Print this page
rev 53269 : 8228967: Trust/Key store and SSL context utilities for tests
Reviewed-by: xuelei

@@ -1,7 +1,7 @@
 /*
- * Copyright (c) 2016, Oracle and/or its affiliates. All rights reserved.
+ * Copyright (c) 2016, 2019, Oracle and/or its affiliates. All rights reserved.
  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
  *
  * This code is free software; you can redistribute it and/or modify it
  * under the terms of the GNU General Public License version 2 only, as
  * published by the Free Software Foundation.

@@ -27,10 +27,11 @@
 /*
  * @test
  * @bug 8161086
  * @summary DTLS handshaking fails if some messages were lost
  * @modules java.base/sun.security.util
+ * @library /test/lib
  * @build DTLSOverDatagram
  *
  * @run main/othervm PacketLossRetransmission client 0 hello_request
  * @run main/othervm PacketLossRetransmission client 1 client_hello
  * @run main/othervm PacketLossRetransmission client 2 server_hello
< prev index next >