testing: pools
[awesomized/libmemcached] / test / tests / memcached / regression / lp_000-447-342.cpp
index 9e6c078d907b769c989bbc84a3454d277e6399bd..bd37f4848ad872f123a449395060bb934cf1b2ed 100644 (file)
@@ -13,7 +13,7 @@ static memcached_return_t callback_counter(const memcached_st *, memcached_resul
 #define NUM_KEYS 100U
 
 TEST_CASE("memcached_regression_lp447342") {
-  auto test = MemcachedCluster::mixed();
+  auto test = MemcachedCluster::network();
   auto memc = &test.memc;
   
   REQUIRE_SUCCESS(memcached_behavior_set(memc, MEMCACHED_BEHAVIOR_NUMBER_OF_REPLICAS, 2));
@@ -30,7 +30,7 @@ TEST_CASE("memcached_regression_lp447342") {
   }
 
  /*
- ** We are using the qiet command to store the replicas, so we need
+ ** We are using the quit command to store the replicas, so we need
  ** to ensure that all of them are processed before we can continue.
  ** In the test we go directly from storing the object to trying to
  ** receive the object from all of the different servers, so we