@@ -326,12 +326,12 @@ test_topology_reconcile_sharded_pooled (void)
326
326
void
327
327
test_topology_reconcile_install (TestSuite * suite )
328
328
{
329
- TestSuite_AddMockServerTest (suite , "/TOPOLOGY/reconcile/rs/pooled" ,
330
- test_topology_reconcile_rs_pooled );
331
- TestSuite_AddMockServerTest (suite , "/TOPOLOGY/reconcile/rs/single" ,
332
- test_topology_reconcile_rs_single );
333
- TestSuite_AddMockServerTest (suite , "/TOPOLOGY/reconcile/sharded/pooled" ,
334
- test_topology_reconcile_sharded_pooled );
335
- TestSuite_AddMockServerTest (suite , "/TOPOLOGY/reconcile/sharded/single" ,
336
- test_topology_reconcile_sharded_single );
329
+ TestSuite_Add (suite , "/TOPOLOGY/reconcile/rs/pooled" ,
330
+ test_topology_reconcile_rs_pooled );
331
+ TestSuite_Add (suite , "/TOPOLOGY/reconcile/rs/single" ,
332
+ test_topology_reconcile_rs_single );
333
+ TestSuite_Add (suite , "/TOPOLOGY/reconcile/sharded/pooled" ,
334
+ test_topology_reconcile_sharded_pooled );
335
+ TestSuite_Add (suite , "/TOPOLOGY/reconcile/sharded/single" ,
336
+ test_topology_reconcile_sharded_single );
337
337
}
0 commit comments