Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
lilgreenbird committed Apr 17, 2024
1 parent cb5c7af commit 3d17aa1
Showing 1 changed file with 6 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,13 @@ public class EnclaveTest extends AESetup {
@ParameterizedTest
@MethodSource("enclaveParams")
public void testBasicConnection(String serverName, String url, String protocol) throws Exception {
System.out.println("serverName= " + serverName);
System.out.println("url= " + url);
System.out.println("protocol= " + protocol);

System.out.println("before: AETestConnectionString= " +AETestConnectionString);
setAEConnectionString(serverName, url, protocol);
System.out.println("after: AETestConnectionString= " +AETestConnectionString);
EnclavePackageTest.testBasicConnection(AETestConnectionString, protocol);
}

Expand Down

0 comments on commit 3d17aa1

Please sign in to comment.