blob: 6497c8e8bce5271e1a12376c2212d4856677590c [file] [log] [blame]
#include "ThinClientFailover.hpp"
DUNIT_MAIN
{
runThinClientFailover( true, true ); // Locator
runThinClientFailover( true, false ); // EP
runThinClientFailover( true, true, true ); // Locator With Sticky
runThinClientFailover( true, false, true ); // EP With Sticky
}
END_MAIN