@@ -197,8 +197,8 @@ test_example_3 (mongoc_database_t *db)
197
197
}
198
198
/* End Example 3 */
199
199
ASSERT_COUNT (4 , collection );
200
- /* Start Example 3 Post */
201
200
done :
201
+ /* Start Example 3 Post */
202
202
bson_destroy (& reply );
203
203
mongoc_bulk_operation_destroy (bulk );
204
204
mongoc_collection_destroy (collection );
@@ -311,8 +311,8 @@ test_example_6 (mongoc_database_t *db)
311
311
}
312
312
/* End Example 6 */
313
313
ASSERT_COUNT (5 , collection );
314
- /* Start Example 6 Post */
315
314
done :
315
+ /* Start Example 6 Post */
316
316
bson_destroy (& reply );
317
317
mongoc_bulk_operation_destroy (bulk );
318
318
mongoc_collection_destroy (collection );
@@ -579,8 +579,8 @@ test_example_14 (mongoc_database_t *db)
579
579
}
580
580
/* End Example 14 */
581
581
582
- /* Start Example 14 Post */
583
582
done :
583
+ /* Start Example 14 Post */
584
584
bson_destroy (& reply );
585
585
mongoc_bulk_operation_destroy (bulk );
586
586
mongoc_collection_destroy (collection );
@@ -816,8 +816,8 @@ test_example_20 (mongoc_database_t *db)
816
816
}
817
817
/* End Example 20 */
818
818
819
+ done :
819
820
/* Start Example 20 Post */
820
- done :
821
821
bson_destroy (& reply );
822
822
mongoc_bulk_operation_destroy (bulk );
823
823
mongoc_collection_destroy (collection );
@@ -1132,8 +1132,8 @@ test_example_29 (mongoc_database_t *db)
1132
1132
}
1133
1133
/* End Example 29 */
1134
1134
1135
- /* Start Example 29 Post */
1136
1135
done :
1136
+ /* Start Example 29 Post */
1137
1137
bson_destroy (& reply );
1138
1138
mongoc_bulk_operation_destroy (bulk );
1139
1139
mongoc_collection_destroy (collection );
@@ -1383,8 +1383,8 @@ test_example_38 (mongoc_database_t *db)
1383
1383
}
1384
1384
/* End Example 38 */
1385
1385
1386
- /* Start Example 38 Post */
1387
1386
done :
1387
+ /* Start Example 38 Post */
1388
1388
bson_destroy (& reply );
1389
1389
mongoc_bulk_operation_destroy (bulk );
1390
1390
mongoc_collection_destroy (collection );
@@ -1594,8 +1594,8 @@ test_example_42 (mongoc_database_t *db)
1594
1594
}
1595
1595
/* End Example 42 */
1596
1596
1597
- /* Start Example 42 Post */
1598
1597
done :
1598
+ /* Start Example 42 Post */
1599
1599
bson_destroy (& reply );
1600
1600
mongoc_bulk_operation_destroy (bulk );
1601
1601
mongoc_collection_destroy (collection );
@@ -2092,8 +2092,8 @@ test_example_51 (mongoc_database_t *db)
2092
2092
}
2093
2093
/* End Example 51 */
2094
2094
2095
- /* Start Example 51 Post */
2096
2095
done :
2096
+ /* Start Example 51 Post */
2097
2097
bson_destroy (& reply );
2098
2098
mongoc_bulk_operation_destroy (bulk );
2099
2099
mongoc_collection_destroy (collection );
@@ -2146,8 +2146,8 @@ test_example_52 (mongoc_database_t *db)
2146
2146
mongoc_cursor_destroy (cursor );
2147
2147
bson_destroy (filter );
2148
2148
}
2149
- /* Start Example 52 Post */
2150
2149
done :
2150
+ /* Start Example 52 Post */
2151
2151
mongoc_collection_destroy (collection );
2152
2152
/* End Example 52 Post */
2153
2153
}
@@ -2204,8 +2204,8 @@ test_example_53 (mongoc_database_t *db)
2204
2204
mongoc_cursor_destroy (cursor );
2205
2205
bson_destroy (filter );
2206
2206
}
2207
- /* Start Example 53 Post */
2208
2207
done :
2208
+ /* Start Example 53 Post */
2209
2209
mongoc_collection_destroy (collection );
2210
2210
/* End Example 53 Post */
2211
2211
}
@@ -2267,8 +2267,8 @@ test_example_54 (mongoc_database_t *db)
2267
2267
bson_destroy (opts );
2268
2268
bson_destroy (filter );
2269
2269
}
2270
- /* Start Example 54 Post */
2271
2270
done :
2271
+ /* Start Example 54 Post */
2272
2272
mongoc_collection_destroy (collection );
2273
2273
/* End Example 54 Post */
2274
2274
}
@@ -2379,8 +2379,8 @@ test_example_55 (mongoc_database_t *db)
2379
2379
}
2380
2380
/* End Example 55 */
2381
2381
ASSERT_COUNT (5 , collection );
2382
- /* Start Example 55 Post */
2383
2382
done :
2383
+ /* Start Example 55 Post */
2384
2384
bson_destroy (& reply );
2385
2385
mongoc_bulk_operation_destroy (bulk );
2386
2386
mongoc_collection_destroy (collection );
@@ -2409,8 +2409,8 @@ test_example_57 (mongoc_database_t *db)
2409
2409
}
2410
2410
/* End Example 57 */
2411
2411
ASSERT_COUNT (3 , collection );
2412
- /* Start Example 57 Post */
2413
2412
done :
2413
+ /* Start Example 57 Post */
2414
2414
mongoc_collection_destroy (collection );
2415
2415
/* End Example 57 Post */
2416
2416
}
@@ -2437,8 +2437,8 @@ test_example_58 (mongoc_database_t *db)
2437
2437
}
2438
2438
/* End Example 58 */
2439
2439
ASSERT_COUNT (2 , collection );
2440
- /* Start Example 58 Post */
2441
2440
done :
2441
+ /* Start Example 58 Post */
2442
2442
mongoc_collection_destroy (collection );
2443
2443
/* End Example 58 Post */
2444
2444
}
@@ -2465,8 +2465,8 @@ test_example_56 (mongoc_database_t *db)
2465
2465
}
2466
2466
/* End Example 56 */
2467
2467
ASSERT_COUNT (0 , collection );
2468
- /* Start Example 56 Post */
2469
2468
done :
2469
+ /* Start Example 56 Post */
2470
2470
mongoc_collection_destroy (collection );
2471
2471
/* End Example 56 Post */
2472
2472
}
0 commit comments