Sign in
apache
/
geode
/
refs/heads/native-client-software-grant
/
.
/
geode-client-native
/
src
/
tests
/
cppcache
/
testThinClientFailoverRegex.cpp
blob: 3b8a3cf32a3d924bd0edca9276f279d919ecca41 [
file
] [
log
] [
blame
]
#include
"ThinClientFailoverRegex.hpp"
DUNIT_MAIN
{
runThinClientFailOverRegex
(
false
);
runThinClientFailOverRegex
(
true
,
true
);
runThinClientFailOverRegex
(
true
,
false
);
}
END_MAIN