mmartell commented on code in PR #954:
URL: https://github.com/apache/geode-native/pull/954#discussion_r869732762
##########
clicache/integration-test2/GfshTest.cs:
##########
@@ -77,13 +77,16 @@ public void StartLocatorStringsTest()
.withSslKeyStore("some/path/keystore.jks")
.withSslKeyStorePassword("password1")
.withSslTrustStore("some/path/truststore.jks")
- .withSslTrustStorePassword("password2");
+ .withSslTrustStorePassword("password2")
+ .withDebugAgent(true, "address");
s = locator.ToString();
+ var withAttachPortRemoved = s.Substring(0, s.LastIndexOf(":",
s.Length-1, 6));
Review Comment:
Good catch. No longer using attach nomenclature.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]