Skip to content

Commit 6f0232b

Browse files
committed
Update test code conditioned on wire version < 6
1 parent 9237aed commit 6f0232b

23 files changed

+795
-1520
lines changed

src/libmongoc/tests/test-libmongoc.c

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2523,9 +2523,6 @@ test_framework_skip_if_not_replset (void)
25232523
: 1; \
25242524
}
25252525

2526-
WIRE_VERSION_CHECKS (3)
2527-
WIRE_VERSION_CHECKS (4)
2528-
WIRE_VERSION_CHECKS (5)
25292526
WIRE_VERSION_CHECKS (6)
25302527
WIRE_VERSION_CHECKS (7)
25312528
WIRE_VERSION_CHECKS (8)

src/libmongoc/tests/test-libmongoc.h

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -187,9 +187,6 @@ test_framework_skip_if_valgrind (void);
187187
int test_framework_skip_if_rs_version_##wv (void); \
188188
int test_framework_skip_if_not_rs_version_##wv (void);
189189

190-
WIRE_VERSION_CHECK_DECLS (3)
191-
WIRE_VERSION_CHECK_DECLS (4)
192-
WIRE_VERSION_CHECK_DECLS (5)
193190
WIRE_VERSION_CHECK_DECLS (6)
194191
WIRE_VERSION_CHECK_DECLS (7)
195192
WIRE_VERSION_CHECK_DECLS (8)

0 commit comments

Comments
 (0)