Skip to content

Commit d0e3e80

Browse files
committed
Revert "disable more mock server tests on solaris"
This reverts commit 1429062.
1 parent 1429062 commit d0e3e80

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

tests/test-mongoc-topology-reconcile.c

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -326,12 +326,12 @@ test_topology_reconcile_sharded_pooled (void)
326326
void
327327
test_topology_reconcile_install (TestSuite *suite)
328328
{
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);
337337
}

0 commit comments

Comments
 (0)