Skip to content

Commit

Permalink
jakartaee#625 Add new property to CTSPropertyManager
Browse files Browse the repository at this point in the history
Add client.cert.test.jdk.tls.client.protocols to CTSPropertyManager introduced in jakartaee#637

Signed-off-by: hussainnm <hussain.nm@cognizant.com>
  • Loading branch information
hussainnm committed Mar 15, 2021
1 parent a55669a commit 3f00a21
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/com/sun/ts/lib/deliverable/cts/CTSPropertyManager.java
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* Copyright (c) 2007, 2020 Oracle and/or its affiliates. All rights reserved.
* Copyright (c) 2007, 2021 Oracle and/or its affiliates. All rights reserved.
*
* This program and the accompanying materials are made available under the
* terms of the Eclipse Public License v. 2.0, which is available at
Expand Down Expand Up @@ -353,6 +353,7 @@ public Properties getTestSpecificProperties(String[] sPropKeys)
pTestProps.put("securedWebServicePort",
getProperty("securedWebServicePort"));
pTestProps.put("webServerPort", getProperty("webServerPort"));
pTestProps.put("client.cert.test.jdk.tls.client.protocols", getProperty("client.cert.test.jdk.tls.client.protocols"));

// add properties used for JPA 2.2 tests.
pTestProps.put("persistence.unit.name",
Expand Down

0 comments on commit 3f00a21

Please sign in to comment.