This is an automated email from the ASF dual-hosted git repository.
bbender pushed a commit to branch develop
in repository https://gitbox.apache.org/repos/asf/geode-native.git
The following commit(s) were added to refs/heads/develop by this push:
new 3dedb75 GEODE-7785: Remove hard-coded path in (unused) global test
variables (#574)
3dedb75 is described below
commit 3dedb75c25a269145532bd792193a598804734fc
Author: Blake Bender <[email protected]>
AuthorDate: Mon Feb 10 15:29:29 2020 -0800
GEODE-7785: Remove hard-coded path in (unused) global test variables (#574)
---
cppcache/integration/test/SslOneWayTest.cpp | 4 ----
cppcache/integration/test/SslTwoWayTest.cpp | 4 ----
2 files changed, 8 deletions(-)
diff --git a/cppcache/integration/test/SslOneWayTest.cpp
b/cppcache/integration/test/SslOneWayTest.cpp
index 8ea9e8a..2948368 100644
--- a/cppcache/integration/test/SslOneWayTest.cpp
+++ b/cppcache/integration/test/SslOneWayTest.cpp
@@ -34,10 +34,6 @@ using apache::geode::client::CacheFactory;
using apache::geode::client::Exception;
using apache::geode::client::RegionShortcut;
-const auto badClientTruststore = boost::filesystem::path(
- "/Users/pivotal/Workspace/geode-native-install/examples/build/cpp/"
- "sslputget/ClientSslKeys/client_truststore.pem");
-
class SslOneWayTest : public ::testing::Test {
protected:
// You can remove any or all of the following functions if their bodies would
diff --git a/cppcache/integration/test/SslTwoWayTest.cpp
b/cppcache/integration/test/SslTwoWayTest.cpp
index 8312850..09b6bfa 100644
--- a/cppcache/integration/test/SslTwoWayTest.cpp
+++ b/cppcache/integration/test/SslTwoWayTest.cpp
@@ -34,10 +34,6 @@ using apache::geode::client::CacheFactory;
using apache::geode::client::Exception;
using apache::geode::client::RegionShortcut;
-const auto badClientTruststore = boost::filesystem::path(
- "/Users/pivotal/Workspace/geode-native-install/examples/build/cpp/"
- "sslputget/ClientSslKeys/client_truststore.pem");
-
class SslTwoWayTest : public ::testing::Test {
protected:
// You can remove any or all of the following functions if their bodies would