@webex/plugin-meetings 2.59.1 → 2.59.3-next.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintrc.js +6 -6
- package/LICENSE +1 -1
- package/README.md +1204 -1204
- package/UPGRADING.md +287 -287
- package/babel.config.js +3 -3
- package/browsers.js +108 -108
- package/dist/common/browser-detection.d.ts +9 -9
- package/dist/common/browser-detection.js.map +1 -1
- package/dist/common/collection.d.ts +48 -48
- package/dist/common/collection.js +43 -43
- package/dist/common/collection.js.map +1 -1
- package/dist/common/config.d.ts +2 -2
- package/dist/common/config.js.map +1 -1
- package/dist/common/errors/captcha-error.d.ts +15 -15
- package/dist/common/errors/captcha-error.js +7 -7
- package/dist/common/errors/captcha-error.js.map +1 -1
- package/dist/common/errors/intent-to-join.d.ts +16 -16
- package/dist/common/errors/intent-to-join.js +7 -7
- package/dist/common/errors/intent-to-join.js.map +1 -1
- package/dist/common/errors/join-meeting.d.ts +17 -17
- package/dist/common/errors/join-meeting.js +8 -8
- package/dist/common/errors/join-meeting.js.map +1 -1
- package/dist/common/errors/media.d.ts +15 -15
- package/dist/common/errors/media.js +7 -7
- package/dist/common/errors/media.js.map +1 -1
- package/dist/common/errors/parameter.d.ts +15 -15
- package/dist/common/errors/parameter.js +7 -7
- package/dist/common/errors/parameter.js.map +1 -1
- package/dist/common/errors/password-error.d.ts +15 -15
- package/dist/common/errors/password-error.js +7 -7
- package/dist/common/errors/password-error.js.map +1 -1
- package/dist/common/errors/permission.d.ts +14 -14
- package/dist/common/errors/permission.js +6 -6
- package/dist/common/errors/permission.js.map +1 -1
- package/dist/common/errors/reconnection-in-progress.d.ts +9 -9
- package/dist/common/errors/reconnection-in-progress.js +6 -6
- package/dist/common/errors/reconnection-in-progress.js.map +1 -1
- package/dist/common/errors/reconnection.d.ts +15 -15
- package/dist/common/errors/reconnection.js +7 -7
- package/dist/common/errors/reconnection.js.map +1 -1
- package/dist/common/errors/stats.d.ts +15 -15
- package/dist/common/errors/stats.js +7 -7
- package/dist/common/errors/stats.js.map +1 -1
- package/dist/common/errors/webex-errors.d.ts +81 -81
- package/dist/common/errors/webex-errors.js +42 -42
- package/dist/common/errors/webex-errors.js.map +1 -1
- package/dist/common/errors/webex-meetings-error.d.ts +20 -20
- package/dist/common/errors/webex-meetings-error.js +12 -12
- package/dist/common/errors/webex-meetings-error.js.map +1 -1
- package/dist/common/events/events-scope.d.ts +17 -17
- package/dist/common/events/events-scope.js +10 -10
- package/dist/common/events/events-scope.js.map +1 -1
- package/dist/common/events/events.d.ts +12 -12
- package/dist/common/events/events.js +4 -4
- package/dist/common/events/events.js.map +1 -1
- package/dist/common/events/trigger-proxy.d.ts +2 -2
- package/dist/common/events/trigger-proxy.js.map +1 -1
- package/dist/common/events/util.d.ts +2 -2
- package/dist/common/events/util.js.map +1 -1
- package/dist/common/logs/logger-config.d.ts +2 -2
- package/dist/common/logs/logger-config.js.map +1 -1
- package/dist/common/logs/logger-proxy.d.ts +2 -2
- package/dist/common/logs/logger-proxy.js.map +1 -1
- package/dist/common/logs/request.d.ts +34 -34
- package/dist/common/logs/request.js +18 -18
- package/dist/common/logs/request.js.map +1 -1
- package/dist/common/queue.d.ts +32 -32
- package/dist/common/queue.js +18 -18
- package/dist/common/queue.js.map +1 -1
- package/dist/config.d.ts +73 -73
- package/dist/config.js.map +1 -1
- package/dist/constants.d.ts +924 -924
- package/dist/constants.js +9 -9
- package/dist/constants.js.map +1 -1
- package/dist/controls-options-manager/constants.d.ts +4 -4
- package/dist/controls-options-manager/constants.js.map +1 -1
- package/dist/controls-options-manager/enums.d.ts +5 -5
- package/dist/controls-options-manager/enums.js.map +1 -1
- package/dist/controls-options-manager/index.d.ts +120 -120
- package/dist/controls-options-manager/index.js +81 -81
- package/dist/controls-options-manager/index.js.map +1 -1
- package/dist/controls-options-manager/util.d.ts +7 -7
- package/dist/controls-options-manager/util.js.map +1 -1
- package/dist/index.d.ts +4 -4
- package/dist/index.js.map +1 -1
- package/dist/locus-info/controlsUtils.d.ts +2 -2
- package/dist/locus-info/controlsUtils.js +21 -21
- package/dist/locus-info/controlsUtils.js.map +1 -1
- package/dist/locus-info/embeddedAppsUtils.d.ts +2 -2
- package/dist/locus-info/embeddedAppsUtils.js +14 -14
- package/dist/locus-info/embeddedAppsUtils.js.map +1 -1
- package/dist/locus-info/fullState.d.ts +2 -2
- package/dist/locus-info/fullState.js.map +1 -1
- package/dist/locus-info/hostUtils.d.ts +2 -2
- package/dist/locus-info/hostUtils.js +19 -19
- package/dist/locus-info/hostUtils.js.map +1 -1
- package/dist/locus-info/index.d.ts +269 -269
- package/dist/locus-info/index.js +180 -180
- package/dist/locus-info/index.js.map +1 -1
- package/dist/locus-info/infoUtils.d.ts +2 -2
- package/dist/locus-info/infoUtils.js.map +1 -1
- package/dist/locus-info/mediaSharesUtils.d.ts +2 -2
- package/dist/locus-info/mediaSharesUtils.js +50 -50
- package/dist/locus-info/mediaSharesUtils.js.map +1 -1
- package/dist/locus-info/parser.d.ts +212 -212
- package/dist/locus-info/parser.js +136 -136
- package/dist/locus-info/parser.js.map +1 -1
- package/dist/locus-info/selfUtils.d.ts +2 -2
- package/dist/locus-info/selfUtils.js +52 -52
- package/dist/locus-info/selfUtils.js.map +1 -1
- package/dist/media/index.d.ts +32 -32
- package/dist/media/index.js +145 -145
- package/dist/media/index.js.map +1 -1
- package/dist/media/properties.d.ts +108 -108
- package/dist/media/properties.js +49 -49
- package/dist/media/properties.js.map +1 -1
- package/dist/media/util.d.ts +2 -2
- package/dist/media/util.js.map +1 -1
- package/dist/mediaQualityMetrics/config.d.ts +233 -233
- package/dist/mediaQualityMetrics/config.js.map +1 -1
- package/dist/meeting/effectsState.d.ts +42 -42
- package/dist/meeting/effectsState.js +24 -24
- package/dist/meeting/effectsState.js.map +1 -1
- package/dist/meeting/in-meeting-actions.d.ts +79 -79
- package/dist/meeting/in-meeting-actions.js +11 -11
- package/dist/meeting/in-meeting-actions.js.map +1 -1
- package/dist/meeting/index.d.ts +1621 -1621
- package/dist/meeting/index.js +1502 -1505
- package/dist/meeting/index.js.map +1 -1
- package/dist/meeting/muteState.d.ts +116 -116
- package/dist/meeting/muteState.js +85 -85
- package/dist/meeting/muteState.js.map +1 -1
- package/dist/meeting/request.d.ts +255 -255
- package/dist/meeting/request.js +141 -141
- package/dist/meeting/request.js.map +1 -1
- package/dist/meeting/state.d.ts +9 -9
- package/dist/meeting/state.js +30 -30
- package/dist/meeting/state.js.map +1 -1
- package/dist/meeting/util.d.ts +2 -2
- package/dist/meeting/util.js.map +1 -1
- package/dist/meeting-info/collection.d.ts +20 -20
- package/dist/meeting-info/collection.js +11 -11
- package/dist/meeting-info/collection.js.map +1 -1
- package/dist/meeting-info/index.d.ts +57 -57
- package/dist/meeting-info/index.js +50 -50
- package/dist/meeting-info/index.js.map +1 -1
- package/dist/meeting-info/meeting-info-v2.d.ts +93 -93
- package/dist/meeting-info/meeting-info-v2.js +52 -52
- package/dist/meeting-info/meeting-info-v2.js.map +1 -1
- package/dist/meeting-info/request.d.ts +22 -22
- package/dist/meeting-info/request.js +14 -14
- package/dist/meeting-info/request.js.map +1 -1
- package/dist/meeting-info/util.d.ts +2 -2
- package/dist/meeting-info/util.js +9 -9
- package/dist/meeting-info/util.js.map +1 -1
- package/dist/meeting-info/utilv2.d.ts +2 -2
- package/dist/meeting-info/utilv2.js +20 -20
- package/dist/meeting-info/utilv2.js.map +1 -1
- package/dist/meetings/collection.d.ts +23 -23
- package/dist/meetings/collection.js +14 -14
- package/dist/meetings/collection.js.map +1 -1
- package/dist/meetings/index.d.ts +296 -296
- package/dist/meetings/index.js +259 -259
- package/dist/meetings/index.js.map +1 -1
- package/dist/meetings/request.d.ts +27 -27
- package/dist/meetings/request.js +15 -15
- package/dist/meetings/request.js.map +1 -1
- package/dist/meetings/util.d.ts +18 -18
- package/dist/meetings/util.js +29 -29
- package/dist/meetings/util.js.map +1 -1
- package/dist/member/index.d.ts +147 -147
- package/dist/member/index.js +214 -214
- package/dist/member/index.js.map +1 -1
- package/dist/member/member.types.d.ts +11 -11
- package/dist/member/member.types.js.map +1 -1
- package/dist/member/util.d.ts +2 -2
- package/dist/member/util.js +60 -60
- package/dist/member/util.js.map +1 -1
- package/dist/members/collection.d.ts +24 -24
- package/dist/members/collection.js +11 -11
- package/dist/members/collection.js.map +1 -1
- package/dist/members/index.d.ts +298 -298
- package/dist/members/index.js +275 -275
- package/dist/members/index.js.map +1 -1
- package/dist/members/request.d.ts +50 -50
- package/dist/members/request.js +27 -27
- package/dist/members/request.js.map +1 -1
- package/dist/members/util.d.ts +2 -2
- package/dist/members/util.js +21 -21
- package/dist/members/util.js.map +1 -1
- package/dist/metrics/config.d.ts +169 -169
- package/dist/metrics/config.js.map +1 -1
- package/dist/metrics/constants.d.ts +57 -57
- package/dist/metrics/constants.js.map +1 -1
- package/dist/metrics/index.d.ts +152 -152
- package/dist/metrics/index.js +90 -90
- package/dist/metrics/index.js.map +1 -1
- package/dist/networkQualityMonitor/index.d.ts +70 -70
- package/dist/networkQualityMonitor/index.js +65 -65
- package/dist/networkQualityMonitor/index.js.map +1 -1
- package/dist/peer-connection-manager/index.d.ts +6 -6
- package/dist/peer-connection-manager/index.js +87 -87
- package/dist/peer-connection-manager/index.js.map +1 -1
- package/dist/peer-connection-manager/util.d.ts +6 -6
- package/dist/peer-connection-manager/util.js +9 -9
- package/dist/peer-connection-manager/util.js.map +1 -1
- package/dist/personal-meeting-room/index.d.ts +47 -47
- package/dist/personal-meeting-room/index.js +67 -67
- package/dist/personal-meeting-room/index.js.map +1 -1
- package/dist/personal-meeting-room/request.d.ts +14 -14
- package/dist/personal-meeting-room/request.js +7 -7
- package/dist/personal-meeting-room/request.js.map +1 -1
- package/dist/personal-meeting-room/util.d.ts +2 -2
- package/dist/personal-meeting-room/util.js.map +1 -1
- package/dist/reachability/index.d.ts +139 -139
- package/dist/reachability/index.js +110 -110
- package/dist/reachability/index.js.map +1 -1
- package/dist/reachability/request.d.ts +35 -35
- package/dist/reachability/request.js +15 -15
- package/dist/reachability/request.js.map +1 -1
- package/dist/reactions/reactions.d.ts +4 -4
- package/dist/reactions/reactions.js.map +1 -1
- package/dist/reactions/reactions.type.d.ts +32 -32
- package/dist/reactions/reactions.type.js.map +1 -1
- package/dist/reconnection-manager/index.d.ts +112 -112
- package/dist/reconnection-manager/index.js +112 -112
- package/dist/reconnection-manager/index.js.map +1 -1
- package/dist/recording-controller/enums.d.ts +7 -7
- package/dist/recording-controller/enums.js.map +1 -1
- package/dist/recording-controller/index.d.ts +193 -193
- package/dist/recording-controller/index.js +127 -127
- package/dist/recording-controller/index.js.map +1 -1
- package/dist/recording-controller/util.d.ts +13 -13
- package/dist/recording-controller/util.js.map +1 -1
- package/dist/roap/collection.d.ts +10 -10
- package/dist/roap/collection.js.map +1 -1
- package/dist/roap/handler.d.ts +47 -47
- package/dist/roap/handler.js +27 -27
- package/dist/roap/handler.js.map +1 -1
- package/dist/roap/index.d.ts +116 -116
- package/dist/roap/index.js +111 -111
- package/dist/roap/index.js.map +1 -1
- package/dist/roap/request.d.ts +35 -35
- package/dist/roap/request.js +17 -17
- package/dist/roap/request.js.map +1 -1
- package/dist/roap/state.d.ts +9 -9
- package/dist/roap/state.js +14 -14
- package/dist/roap/state.js.map +1 -1
- package/dist/roap/turnDiscovery.d.ts +67 -67
- package/dist/roap/turnDiscovery.js +46 -46
- package/dist/roap/turnDiscovery.js.map +1 -1
- package/dist/roap/util.d.ts +2 -2
- package/dist/roap/util.js.map +1 -1
- package/dist/statsAnalyzer/global.d.ts +126 -126
- package/dist/statsAnalyzer/global.js.map +1 -1
- package/dist/statsAnalyzer/index.d.ts +190 -190
- package/dist/statsAnalyzer/index.js +128 -128
- package/dist/statsAnalyzer/index.js.map +1 -1
- package/dist/statsAnalyzer/mqaUtil.d.ts +22 -22
- package/dist/statsAnalyzer/mqaUtil.js.map +1 -1
- package/dist/transcription/index.d.ts +64 -64
- package/dist/transcription/index.js +42 -42
- package/dist/transcription/index.js.map +1 -1
- package/internal-README.md +172 -172
- package/jest.config.js +3 -3
- package/package.json +22 -21
- package/process +1 -1
- package/src/common/browser-detection.ts +39 -39
- package/src/common/collection.ts +94 -94
- package/src/common/config.ts +9 -9
- package/src/common/errors/captcha-error.ts +25 -25
- package/src/common/errors/intent-to-join.ts +27 -27
- package/src/common/errors/join-meeting.ts +32 -32
- package/src/common/errors/media.ts +25 -25
- package/src/common/errors/parameter.ts +33 -33
- package/src/common/errors/password-error.ts +25 -25
- package/src/common/errors/permission.ts +24 -24
- package/src/common/errors/reconnection-in-progress.ts +8 -8
- package/src/common/errors/reconnection.ts +25 -25
- package/src/common/errors/stats.ts +25 -25
- package/src/common/errors/webex-errors.ts +140 -140
- package/src/common/errors/webex-meetings-error.ts +35 -35
- package/src/common/events/events-scope.ts +30 -30
- package/src/common/events/events.ts +25 -25
- package/src/common/events/trigger-proxy.ts +25 -25
- package/src/common/events/util.ts +39 -39
- package/src/common/logs/logger-config.ts +8 -8
- package/src/common/logs/logger-proxy.ts +44 -44
- package/src/common/logs/request.ts +65 -65
- package/src/common/queue.ts +50 -50
- package/src/config.ts +96 -96
- package/src/constants.ts +1121 -1121
- package/src/controls-options-manager/constants.ts +5 -5
- package/src/controls-options-manager/enums.ts +6 -6
- package/src/controls-options-manager/index.ts +183 -183
- package/src/controls-options-manager/util.ts +20 -20
- package/src/index.js +15 -15
- package/src/locus-info/controlsUtils.ts +112 -112
- package/src/locus-info/embeddedAppsUtils.ts +57 -57
- package/src/locus-info/fullState.ts +69 -69
- package/src/locus-info/hostUtils.ts +60 -60
- package/src/locus-info/index.ts +1303 -1303
- package/src/locus-info/infoUtils.ts +101 -101
- package/src/locus-info/mediaSharesUtils.ts +173 -173
- package/src/locus-info/parser.ts +680 -680
- package/src/locus-info/selfUtils.ts +428 -428
- package/src/media/index.ts +675 -675
- package/src/media/properties.ts +313 -313
- package/src/media/util.ts +37 -37
- package/src/mediaQualityMetrics/config.ts +382 -382
- package/src/meeting/effectsState.ts +209 -209
- package/src/meeting/in-meeting-actions.ts +153 -153
- package/src/meeting/index.ts +6537 -6543
- package/src/meeting/muteState.ts +365 -365
- package/src/meeting/request.ts +810 -810
- package/src/meeting/state.ts +194 -194
- package/src/meeting/util.ts +530 -530
- package/src/meeting-info/collection.ts +41 -41
- package/src/meeting-info/index.ts +137 -137
- package/src/meeting-info/meeting-info-v2.ts +273 -273
- package/src/meeting-info/request.ts +46 -46
- package/src/meeting-info/util.ts +314 -314
- package/src/meeting-info/utilv2.ts +324 -324
- package/src/meetings/collection.ts +43 -43
- package/src/meetings/index.ts +1128 -1128
- package/src/meetings/request.ts +81 -81
- package/src/meetings/util.ts +181 -181
- package/src/member/index.ts +446 -446
- package/src/member/member.types.ts +13 -13
- package/src/member/util.ts +286 -286
- package/src/members/collection.ts +40 -40
- package/src/members/index.ts +900 -900
- package/src/members/request.ts +175 -175
- package/src/members/util.ts +260 -260
- package/src/metrics/config.ts +485 -485
- package/src/metrics/constants.ts +61 -61
- package/src/metrics/index.ts +543 -543
- package/src/networkQualityMonitor/index.ts +211 -211
- package/src/peer-connection-manager/index.ts +847 -847
- package/src/peer-connection-manager/util.ts +119 -119
- package/src/personal-meeting-room/index.ts +157 -157
- package/src/personal-meeting-room/request.ts +48 -48
- package/src/personal-meeting-room/util.ts +49 -49
- package/src/reachability/index.ts +478 -478
- package/src/reachability/request.ts +81 -81
- package/src/reactions/reactions.ts +104 -104
- package/src/reactions/reactions.type.ts +36 -36
- package/src/reconnection-manager/index.ts +622 -622
- package/src/recording-controller/enums.ts +8 -8
- package/src/recording-controller/index.ts +315 -315
- package/src/recording-controller/util.ts +58 -58
- package/src/roap/collection.ts +62 -62
- package/src/roap/handler.ts +294 -294
- package/src/roap/index.ts +413 -413
- package/src/roap/request.ts +229 -229
- package/src/roap/state.ts +156 -156
- package/src/roap/turnDiscovery.ts +283 -283
- package/src/roap/util.ts +100 -100
- package/src/statsAnalyzer/global.ts +128 -128
- package/src/statsAnalyzer/index.ts +1266 -1266
- package/src/statsAnalyzer/mqaUtil.ts +290 -290
- package/src/transcription/index.ts +154 -154
- package/test/integration/spec/journey.js +941 -941
- package/test/integration/spec/space-meeting.js +457 -457
- package/test/integration/spec/transcription.js +55 -55
- package/test/unit/spec/common/browser-detection.js +119 -119
- package/test/unit/spec/common/queue.js +69 -69
- package/test/unit/spec/controls-options-manager/index.js +123 -123
- package/test/unit/spec/controls-options-manager/util.js +65 -65
- package/test/unit/spec/fixture/locus.js +406 -406
- package/test/unit/spec/locus-info/controlsUtils.js +82 -82
- package/test/unit/spec/locus-info/embeddedAppsUtils.js +104 -104
- package/test/unit/spec/locus-info/index.js +1272 -1272
- package/test/unit/spec/locus-info/infoUtils.js +138 -138
- package/test/unit/spec/locus-info/lib/BasicSeqCmp.json +975 -975
- package/test/unit/spec/locus-info/lib/SeqCmp.json +522 -522
- package/test/unit/spec/locus-info/lib/selfConstant.js +286 -286
- package/test/unit/spec/locus-info/parser.js +298 -298
- package/test/unit/spec/locus-info/selfUtils.js +185 -185
- package/test/unit/spec/media/properties.ts +305 -305
- package/test/unit/spec/meeting/effectsState.js +281 -281
- package/test/unit/spec/meeting/in-meeting-actions.ts +90 -90
- package/test/unit/spec/meeting/index.js +5227 -5227
- package/test/unit/spec/meeting/muteState.js +430 -430
- package/test/unit/spec/meeting/request.js +317 -317
- package/test/unit/spec/meeting/utils.js +319 -319
- package/test/unit/spec/meeting-info/meetinginfov2.js +376 -376
- package/test/unit/spec/meeting-info/request.js +64 -64
- package/test/unit/spec/meeting-info/util.js +37 -37
- package/test/unit/spec/meeting-info/utilv2.js +330 -330
- package/test/unit/spec/meetings/collection.js +52 -52
- package/test/unit/spec/meetings/index.js +1375 -1375
- package/test/unit/spec/meetings/utils.js +66 -66
- package/test/unit/spec/member/index.js +47 -47
- package/test/unit/spec/member/util.js +80 -80
- package/test/unit/spec/members/index.js +364 -364
- package/test/unit/spec/members/request.js +200 -200
- package/test/unit/spec/members/utils.js +42 -42
- package/test/unit/spec/metrics/index.js +111 -111
- package/test/unit/spec/networkQualityMonitor/index.js +99 -99
- package/test/unit/spec/peerconnection-manager/index.js +218 -218
- package/test/unit/spec/peerconnection-manager/utils.js +49 -49
- package/test/unit/spec/peerconnection-manager/utils.test-fixtures.ts +388 -388
- package/test/unit/spec/personal-meeting-room/personal-meeting-room.js +29 -29
- package/test/unit/spec/reachability/index.ts +50 -50
- package/test/unit/spec/reconnection-manager/index.js +206 -206
- package/test/unit/spec/recording-controller/index.js +230 -230
- package/test/unit/spec/recording-controller/util.js +101 -101
- package/test/unit/spec/roap/index.ts +128 -128
- package/test/unit/spec/roap/turnDiscovery.ts +372 -372
- package/test/unit/spec/roap/util.js +30 -30
- package/test/unit/spec/stats-analyzer/index.js +287 -287
- package/test/utils/cmr.js +104 -104
- package/test/utils/testUtils.js +287 -287
- package/test/utils/webex-config.js +77 -77
- package/test/utils/webex-test-users.js +82 -82
- package/tsconfig.json +5 -5
|
@@ -1,975 +1,975 @@
|
|
|
1
|
-
{
|
|
2
|
-
"comparisons": {
|
|
3
|
-
"test_equals01_rev": {
|
|
4
|
-
"current": "test_equals01_b",
|
|
5
|
-
"new": "test_equals01_a",
|
|
6
|
-
"result": "EQUAL",
|
|
7
|
-
"description": "test_equals01_rev"
|
|
8
|
-
},
|
|
9
|
-
"test_ne2_04_rev": {
|
|
10
|
-
"current": "test_ne2_04_b",
|
|
11
|
-
"new": "test_ne2_04_a",
|
|
12
|
-
"result": "LESS_THAN",
|
|
13
|
-
"description": "test_ne2_04_rev"
|
|
14
|
-
},
|
|
15
|
-
"test_desync03_rev": {
|
|
16
|
-
"current": "test_desync03_b",
|
|
17
|
-
"new": "test_desync03_a",
|
|
18
|
-
"result": "DESYNC",
|
|
19
|
-
"description": "test_desync03_rev"
|
|
20
|
-
},
|
|
21
|
-
"test_ne2_02_rev": {
|
|
22
|
-
"current": "test_ne2_02_b",
|
|
23
|
-
"new": "test_ne2_02_a",
|
|
24
|
-
"result": "LESS_THAN",
|
|
25
|
-
"description": "test_ne2_02_rev"
|
|
26
|
-
},
|
|
27
|
-
"test_desync13_rev": {
|
|
28
|
-
"current": "test_desync13_b",
|
|
29
|
-
"new": "test_desync13_a",
|
|
30
|
-
"result": "DESYNC",
|
|
31
|
-
"description": "test_desync13_rev"
|
|
32
|
-
},
|
|
33
|
-
"test_ne2_10_rev": {
|
|
34
|
-
"current": "test_ne2_10_b",
|
|
35
|
-
"new": "test_ne2_10_a",
|
|
36
|
-
"result": "LESS_THAN",
|
|
37
|
-
"description": "test_ne2_10_rev"
|
|
38
|
-
},
|
|
39
|
-
"test_ne3_03_rev": {
|
|
40
|
-
"current": "test_ne3_03_b",
|
|
41
|
-
"new": "test_ne3_03_a",
|
|
42
|
-
"result": "LESS_THAN",
|
|
43
|
-
"description": "test_ne3_03_rev"
|
|
44
|
-
},
|
|
45
|
-
"test_ne1_03_rev": {
|
|
46
|
-
"current": "test_ne1_03_b",
|
|
47
|
-
"new": "test_ne1_03_a",
|
|
48
|
-
"result": "LESS_THAN",
|
|
49
|
-
"description": "test_ne1_03_rev"
|
|
50
|
-
},
|
|
51
|
-
"test_equals03_rev": {
|
|
52
|
-
"current": "test_equals03_b",
|
|
53
|
-
"new": "test_equals03_a",
|
|
54
|
-
"result": "EQUAL",
|
|
55
|
-
"description": "test_equals03_rev"
|
|
56
|
-
},
|
|
57
|
-
"test_desync04_rev": {
|
|
58
|
-
"current": "test_desync04_b",
|
|
59
|
-
"new": "test_desync04_a",
|
|
60
|
-
"result": "DESYNC",
|
|
61
|
-
"description": "test_desync04_rev"
|
|
62
|
-
},
|
|
63
|
-
"test_desync02_rev": {
|
|
64
|
-
"current": "test_desync02_b",
|
|
65
|
-
"new": "test_desync02_a",
|
|
66
|
-
"result": "DESYNC",
|
|
67
|
-
"description": "test_desync02_rev"
|
|
68
|
-
},
|
|
69
|
-
"test_desync11": {
|
|
70
|
-
"current": "test_desync11_a",
|
|
71
|
-
"new": "test_desync11_b",
|
|
72
|
-
"result": "DESYNC",
|
|
73
|
-
"description": "test_desync11"
|
|
74
|
-
},
|
|
75
|
-
"test_desync10": {
|
|
76
|
-
"current": "test_desync10_a",
|
|
77
|
-
"new": "test_desync10_b",
|
|
78
|
-
"result": "DESYNC",
|
|
79
|
-
"description": "test_desync10"
|
|
80
|
-
},
|
|
81
|
-
"test_desync13": {
|
|
82
|
-
"current": "test_desync13_a",
|
|
83
|
-
"new": "test_desync13_b",
|
|
84
|
-
"result": "DESYNC",
|
|
85
|
-
"description": "test_desync13"
|
|
86
|
-
},
|
|
87
|
-
"test_desync12": {
|
|
88
|
-
"current": "test_desync12_a",
|
|
89
|
-
"new": "test_desync12_b",
|
|
90
|
-
"result": "DESYNC",
|
|
91
|
-
"description": "test_desync12"
|
|
92
|
-
},
|
|
93
|
-
"test_ne1_05_rev": {
|
|
94
|
-
"current": "test_ne1_05_b",
|
|
95
|
-
"new": "test_ne1_05_a",
|
|
96
|
-
"result": "LESS_THAN",
|
|
97
|
-
"description": "test_ne1_05_rev"
|
|
98
|
-
},
|
|
99
|
-
"test_desync14": {
|
|
100
|
-
"current": "test_desync14_a",
|
|
101
|
-
"new": "test_desync14_b",
|
|
102
|
-
"result": "DESYNC",
|
|
103
|
-
"description": "test_desync14"
|
|
104
|
-
},
|
|
105
|
-
"test_ne2_06_rev": {
|
|
106
|
-
"current": "test_ne2_06_b",
|
|
107
|
-
"new": "test_ne2_06_a",
|
|
108
|
-
"result": "LESS_THAN",
|
|
109
|
-
"description": "test_ne2_06_rev"
|
|
110
|
-
},
|
|
111
|
-
"test_ne1_05": {
|
|
112
|
-
"current": "test_ne1_05_a",
|
|
113
|
-
"new": "test_ne1_05_b",
|
|
114
|
-
"result": "GREATER_THAN",
|
|
115
|
-
"description": "test_ne1_05"
|
|
116
|
-
},
|
|
117
|
-
"test_ne1_04": {
|
|
118
|
-
"current": "test_ne1_04_a",
|
|
119
|
-
"new": "test_ne1_04_b",
|
|
120
|
-
"result": "GREATER_THAN",
|
|
121
|
-
"description": "test_ne1_04"
|
|
122
|
-
},
|
|
123
|
-
"test_ne1_03": {
|
|
124
|
-
"current": "test_ne1_03_a",
|
|
125
|
-
"new": "test_ne1_03_b",
|
|
126
|
-
"result": "GREATER_THAN",
|
|
127
|
-
"description": "test_ne1_03"
|
|
128
|
-
},
|
|
129
|
-
"test_ne1_02": {
|
|
130
|
-
"current": "test_ne1_02_a",
|
|
131
|
-
"new": "test_ne1_02_b",
|
|
132
|
-
"result": "GREATER_THAN",
|
|
133
|
-
"description": "test_ne1_02"
|
|
134
|
-
},
|
|
135
|
-
"test_ne1_01": {
|
|
136
|
-
"current": "test_ne1_01_a",
|
|
137
|
-
"new": "test_ne1_01_b",
|
|
138
|
-
"result": "GREATER_THAN",
|
|
139
|
-
"description": "test_ne1_01"
|
|
140
|
-
},
|
|
141
|
-
"test_desync12_rev": {
|
|
142
|
-
"current": "test_desync12_b",
|
|
143
|
-
"new": "test_desync12_a",
|
|
144
|
-
"result": "DESYNC",
|
|
145
|
-
"description": "test_desync12_rev"
|
|
146
|
-
},
|
|
147
|
-
"test_ne2_09_rev": {
|
|
148
|
-
"current": "test_ne2_09_b",
|
|
149
|
-
"new": "test_ne2_09_a",
|
|
150
|
-
"result": "LESS_THAN",
|
|
151
|
-
"description": "test_ne2_09_rev"
|
|
152
|
-
},
|
|
153
|
-
"test_ne2_11": {
|
|
154
|
-
"current": "test_ne2_11_a",
|
|
155
|
-
"new": "test_ne2_11_b",
|
|
156
|
-
"result": "GREATER_THAN",
|
|
157
|
-
"description": "test_ne2_11"
|
|
158
|
-
},
|
|
159
|
-
"test_ne2_10": {
|
|
160
|
-
"current": "test_ne2_10_a",
|
|
161
|
-
"new": "test_ne2_10_b",
|
|
162
|
-
"result": "GREATER_THAN",
|
|
163
|
-
"description": "test_ne2_10"
|
|
164
|
-
},
|
|
165
|
-
"test_desync09_rev": {
|
|
166
|
-
"current": "test_desync09_b",
|
|
167
|
-
"new": "test_desync09_a",
|
|
168
|
-
"result": "DESYNC",
|
|
169
|
-
"description": "test_desync09_rev"
|
|
170
|
-
},
|
|
171
|
-
"test_desync08": {
|
|
172
|
-
"current": "test_desync08_a",
|
|
173
|
-
"new": "test_desync08_b",
|
|
174
|
-
"result": "DESYNC",
|
|
175
|
-
"description": "test_desync08"
|
|
176
|
-
},
|
|
177
|
-
"test_desync09": {
|
|
178
|
-
"current": "test_desync09_a",
|
|
179
|
-
"new": "test_desync09_b",
|
|
180
|
-
"result": "DESYNC",
|
|
181
|
-
"description": "test_desync09"
|
|
182
|
-
},
|
|
183
|
-
"test_desync02": {
|
|
184
|
-
"current": "test_desync02_a",
|
|
185
|
-
"new": "test_desync02_b",
|
|
186
|
-
"result": "DESYNC",
|
|
187
|
-
"description": "test_desync02"
|
|
188
|
-
},
|
|
189
|
-
"test_desync03": {
|
|
190
|
-
"current": "test_desync03_a",
|
|
191
|
-
"new": "test_desync03_b",
|
|
192
|
-
"result": "DESYNC",
|
|
193
|
-
"description": "test_desync03"
|
|
194
|
-
},
|
|
195
|
-
"test_ne2_11_rev": {
|
|
196
|
-
"current": "test_ne2_11_b",
|
|
197
|
-
"new": "test_ne2_11_a",
|
|
198
|
-
"result": "LESS_THAN",
|
|
199
|
-
"description": "test_ne2_11_rev"
|
|
200
|
-
},
|
|
201
|
-
"test_desync01": {
|
|
202
|
-
"current": "test_desync01_a",
|
|
203
|
-
"new": "test_desync01_b",
|
|
204
|
-
"result": "DESYNC",
|
|
205
|
-
"description": "test_desync01"
|
|
206
|
-
},
|
|
207
|
-
"test_desync07": {
|
|
208
|
-
"current": "test_desync07_a",
|
|
209
|
-
"new": "test_desync07_b",
|
|
210
|
-
"result": "DESYNC",
|
|
211
|
-
"description": "test_desync07"
|
|
212
|
-
},
|
|
213
|
-
"test_desync04": {
|
|
214
|
-
"current": "test_desync04_a",
|
|
215
|
-
"new": "test_desync04_b",
|
|
216
|
-
"result": "DESYNC",
|
|
217
|
-
"description": "test_desync04"
|
|
218
|
-
},
|
|
219
|
-
"test_desync05": {
|
|
220
|
-
"current": "test_desync05_a",
|
|
221
|
-
"new": "test_desync05_b",
|
|
222
|
-
"result": "DESYNC",
|
|
223
|
-
"description": "test_desync05"
|
|
224
|
-
},
|
|
225
|
-
"test_ne3_01_rev": {
|
|
226
|
-
"current": "test_ne3_01_b",
|
|
227
|
-
"new": "test_ne3_01_a",
|
|
228
|
-
"result": "LESS_THAN",
|
|
229
|
-
"description": "test_ne3_01_rev"
|
|
230
|
-
},
|
|
231
|
-
"test_desync07_rev": {
|
|
232
|
-
"current": "test_desync07_b",
|
|
233
|
-
"new": "test_desync07_a",
|
|
234
|
-
"result": "DESYNC",
|
|
235
|
-
"description": "test_desync07_rev"
|
|
236
|
-
},
|
|
237
|
-
"test_equals04": {
|
|
238
|
-
"current": "test_equals04_a",
|
|
239
|
-
"new": "test_equals04_b",
|
|
240
|
-
"result": "EQUAL",
|
|
241
|
-
"description": "test_equals04"
|
|
242
|
-
},
|
|
243
|
-
"test_desync15_rev": {
|
|
244
|
-
"current": "test_desync15_b",
|
|
245
|
-
"new": "test_desync15_a",
|
|
246
|
-
"result": "DESYNC",
|
|
247
|
-
"description": "test_desync15_rev"
|
|
248
|
-
},
|
|
249
|
-
"test_equals01": {
|
|
250
|
-
"current": "test_equals01_a",
|
|
251
|
-
"new": "test_equals01_b",
|
|
252
|
-
"result": "EQUAL",
|
|
253
|
-
"description": "test_equals01"
|
|
254
|
-
},
|
|
255
|
-
"test_equals03": {
|
|
256
|
-
"current": "test_equals03_a",
|
|
257
|
-
"new": "test_equals03_b",
|
|
258
|
-
"result": "EQUAL",
|
|
259
|
-
"description": "test_equals03"
|
|
260
|
-
},
|
|
261
|
-
"test_ne3_08_rev": {
|
|
262
|
-
"current": "test_ne3_08_b",
|
|
263
|
-
"new": "test_ne3_08_a",
|
|
264
|
-
"result": "LESS_THAN",
|
|
265
|
-
"description": "test_ne3_08_rev"
|
|
266
|
-
},
|
|
267
|
-
"test_desync01_rev": {
|
|
268
|
-
"current": "test_desync01_b",
|
|
269
|
-
"new": "test_desync01_a",
|
|
270
|
-
"result": "DESYNC",
|
|
271
|
-
"description": "test_desync01_rev"
|
|
272
|
-
},
|
|
273
|
-
"test_desync10_rev": {
|
|
274
|
-
"current": "test_desync10_b",
|
|
275
|
-
"new": "test_desync10_a",
|
|
276
|
-
"result": "DESYNC",
|
|
277
|
-
"description": "test_desync10_rev"
|
|
278
|
-
},
|
|
279
|
-
"test_ne2_02": {
|
|
280
|
-
"current": "test_ne2_02_a",
|
|
281
|
-
"new": "test_ne2_02_b",
|
|
282
|
-
"result": "GREATER_THAN",
|
|
283
|
-
"description": "test_ne2_02"
|
|
284
|
-
},
|
|
285
|
-
"test_ne2_03": {
|
|
286
|
-
"current": "test_ne2_03_a",
|
|
287
|
-
"new": "test_ne2_03_b",
|
|
288
|
-
"result": "GREATER_THAN",
|
|
289
|
-
"description": "test_ne2_03"
|
|
290
|
-
},
|
|
291
|
-
"test_ne2_01": {
|
|
292
|
-
"current": "test_ne2_01_a",
|
|
293
|
-
"new": "test_ne2_01_b",
|
|
294
|
-
"result": "GREATER_THAN",
|
|
295
|
-
"description": "test_ne2_01"
|
|
296
|
-
},
|
|
297
|
-
"test_ne2_06": {
|
|
298
|
-
"current": "test_ne2_06_a",
|
|
299
|
-
"new": "test_ne2_06_b",
|
|
300
|
-
"result": "GREATER_THAN",
|
|
301
|
-
"description": "test_ne2_06"
|
|
302
|
-
},
|
|
303
|
-
"test_ne2_07": {
|
|
304
|
-
"current": "test_ne2_07_a",
|
|
305
|
-
"new": "test_ne2_07_b",
|
|
306
|
-
"result": "GREATER_THAN",
|
|
307
|
-
"description": "test_ne2_07"
|
|
308
|
-
},
|
|
309
|
-
"test_ne2_04": {
|
|
310
|
-
"current": "test_ne2_04_a",
|
|
311
|
-
"new": "test_ne2_04_b",
|
|
312
|
-
"result": "GREATER_THAN",
|
|
313
|
-
"description": "test_ne2_04"
|
|
314
|
-
},
|
|
315
|
-
"test_desync15": {
|
|
316
|
-
"current": "test_desync15_a",
|
|
317
|
-
"new": "test_desync15_b",
|
|
318
|
-
"result": "DESYNC",
|
|
319
|
-
"description": "test_desync15"
|
|
320
|
-
},
|
|
321
|
-
"test_ne2_08": {
|
|
322
|
-
"current": "test_ne2_08_a",
|
|
323
|
-
"new": "test_ne2_08_b",
|
|
324
|
-
"result": "GREATER_THAN",
|
|
325
|
-
"description": "test_ne2_08"
|
|
326
|
-
},
|
|
327
|
-
"test_ne2_09": {
|
|
328
|
-
"current": "test_ne2_09_a",
|
|
329
|
-
"new": "test_ne2_09_b",
|
|
330
|
-
"result": "GREATER_THAN",
|
|
331
|
-
"description": "test_ne2_09"
|
|
332
|
-
},
|
|
333
|
-
"test_equals04_rev": {
|
|
334
|
-
"current": "test_equals04_b",
|
|
335
|
-
"new": "test_equals04_a",
|
|
336
|
-
"result": "EQUAL",
|
|
337
|
-
"description": "test_equals04_rev"
|
|
338
|
-
},
|
|
339
|
-
"test_ne1_02_rev": {
|
|
340
|
-
"current": "test_ne1_02_b",
|
|
341
|
-
"new": "test_ne1_02_a",
|
|
342
|
-
"result": "LESS_THAN",
|
|
343
|
-
"description": "test_ne1_02_rev"
|
|
344
|
-
},
|
|
345
|
-
"test_ne3_04_rev": {
|
|
346
|
-
"current": "test_ne3_04_b",
|
|
347
|
-
"new": "test_ne3_04_a",
|
|
348
|
-
"result": "LESS_THAN",
|
|
349
|
-
"description": "test_ne3_04_rev"
|
|
350
|
-
},
|
|
351
|
-
"test_ne2_07_rev": {
|
|
352
|
-
"current": "test_ne2_07_b",
|
|
353
|
-
"new": "test_ne2_07_a",
|
|
354
|
-
"result": "LESS_THAN",
|
|
355
|
-
"description": "test_ne2_07_rev"
|
|
356
|
-
},
|
|
357
|
-
"test_ne1_04_rev": {
|
|
358
|
-
"current": "test_ne1_04_b",
|
|
359
|
-
"new": "test_ne1_04_a",
|
|
360
|
-
"result": "LESS_THAN",
|
|
361
|
-
"description": "test_ne1_04_rev"
|
|
362
|
-
},
|
|
363
|
-
"test_desync08_rev": {
|
|
364
|
-
"current": "test_desync08_b",
|
|
365
|
-
"new": "test_desync08_a",
|
|
366
|
-
"result": "DESYNC",
|
|
367
|
-
"description": "test_desync08_rev"
|
|
368
|
-
},
|
|
369
|
-
"test_equals02": {
|
|
370
|
-
"current": "test_equals02_a",
|
|
371
|
-
"new": "test_equals02_b",
|
|
372
|
-
"result": "EQUAL",
|
|
373
|
-
"description": "test_equals02"
|
|
374
|
-
},
|
|
375
|
-
"test_ne2_08_rev": {
|
|
376
|
-
"current": "test_ne2_08_b",
|
|
377
|
-
"new": "test_ne2_08_a",
|
|
378
|
-
"result": "LESS_THAN",
|
|
379
|
-
"description": "test_ne2_08_rev"
|
|
380
|
-
},
|
|
381
|
-
"test_ne3_05": {
|
|
382
|
-
"current": "test_ne3_05_a",
|
|
383
|
-
"new": "test_ne3_05_b",
|
|
384
|
-
"result": "GREATER_THAN",
|
|
385
|
-
"description": "test_ne3_05"
|
|
386
|
-
},
|
|
387
|
-
"test_ne3_04": {
|
|
388
|
-
"current": "test_ne3_04_a",
|
|
389
|
-
"new": "test_ne3_04_b",
|
|
390
|
-
"result": "GREATER_THAN",
|
|
391
|
-
"description": "test_ne3_04"
|
|
392
|
-
},
|
|
393
|
-
"test_ne3_07": {
|
|
394
|
-
"current": "test_ne3_07_a",
|
|
395
|
-
"new": "test_ne3_07_b",
|
|
396
|
-
"result": "GREATER_THAN",
|
|
397
|
-
"description": "test_ne3_07"
|
|
398
|
-
},
|
|
399
|
-
"test_ne3_06": {
|
|
400
|
-
"current": "test_ne3_06_a",
|
|
401
|
-
"new": "test_ne3_06_b",
|
|
402
|
-
"result": "GREATER_THAN",
|
|
403
|
-
"description": "test_ne3_06"
|
|
404
|
-
},
|
|
405
|
-
"test_ne3_01": {
|
|
406
|
-
"current": "test_ne3_01_a",
|
|
407
|
-
"new": "test_ne3_01_b",
|
|
408
|
-
"result": "GREATER_THAN",
|
|
409
|
-
"description": "test_ne3_01"
|
|
410
|
-
},
|
|
411
|
-
"test_ne3_03": {
|
|
412
|
-
"current": "test_ne3_03_a",
|
|
413
|
-
"new": "test_ne3_03_b",
|
|
414
|
-
"result": "GREATER_THAN",
|
|
415
|
-
"description": "test_ne3_03"
|
|
416
|
-
},
|
|
417
|
-
"test_ne3_02": {
|
|
418
|
-
"current": "test_ne3_02_a",
|
|
419
|
-
"new": "test_ne3_02_b",
|
|
420
|
-
"result": "GREATER_THAN",
|
|
421
|
-
"description": "test_ne3_02"
|
|
422
|
-
},
|
|
423
|
-
"test_ne3_09": {
|
|
424
|
-
"current": "test_ne3_09_a",
|
|
425
|
-
"new": "test_ne3_09_b",
|
|
426
|
-
"result": "GREATER_THAN",
|
|
427
|
-
"description": "test_ne3_09"
|
|
428
|
-
},
|
|
429
|
-
"test_ne3_08": {
|
|
430
|
-
"current": "test_ne3_08_a",
|
|
431
|
-
"new": "test_ne3_08_b",
|
|
432
|
-
"result": "GREATER_THAN",
|
|
433
|
-
"description": "test_ne3_08"
|
|
434
|
-
},
|
|
435
|
-
"test_ne3_09_rev": {
|
|
436
|
-
"current": "test_ne3_09_b",
|
|
437
|
-
"new": "test_ne3_09_a",
|
|
438
|
-
"result": "LESS_THAN",
|
|
439
|
-
"description": "test_ne3_09_rev"
|
|
440
|
-
},
|
|
441
|
-
"test_desync05_rev": {
|
|
442
|
-
"current": "test_desync05_b",
|
|
443
|
-
"new": "test_desync05_a",
|
|
444
|
-
"result": "DESYNC",
|
|
445
|
-
"description": "test_desync05_rev"
|
|
446
|
-
},
|
|
447
|
-
"test_ne3_07_rev": {
|
|
448
|
-
"current": "test_ne3_07_b",
|
|
449
|
-
"new": "test_ne3_07_a",
|
|
450
|
-
"result": "LESS_THAN",
|
|
451
|
-
"description": "test_ne3_07_rev"
|
|
452
|
-
},
|
|
453
|
-
"test_ne2_01_rev": {
|
|
454
|
-
"current": "test_ne2_01_b",
|
|
455
|
-
"new": "test_ne2_01_a",
|
|
456
|
-
"result": "LESS_THAN",
|
|
457
|
-
"description": "test_ne2_01_rev"
|
|
458
|
-
},
|
|
459
|
-
"test_ne3_05_rev": {
|
|
460
|
-
"current": "test_ne3_05_b",
|
|
461
|
-
"new": "test_ne3_05_a",
|
|
462
|
-
"result": "LESS_THAN",
|
|
463
|
-
"description": "test_ne3_05_rev"
|
|
464
|
-
},
|
|
465
|
-
"test_ne4_01": {
|
|
466
|
-
"current": "test_ne4_01_a",
|
|
467
|
-
"new": "test_ne4_01_b",
|
|
468
|
-
"result": "GREATER_THAN",
|
|
469
|
-
"description": "test_ne4_01"
|
|
470
|
-
},
|
|
471
|
-
"test_ne4_02": {
|
|
472
|
-
"current": "test_ne4_02_a",
|
|
473
|
-
"new": "test_ne4_02_b",
|
|
474
|
-
"result": "GREATER_THAN",
|
|
475
|
-
"description": "test_ne4_02"
|
|
476
|
-
},
|
|
477
|
-
"test_desync11_rev": {
|
|
478
|
-
"current": "test_desync11_b",
|
|
479
|
-
"new": "test_desync11_a",
|
|
480
|
-
"result": "DESYNC",
|
|
481
|
-
"description": "test_desync11_rev"
|
|
482
|
-
},
|
|
483
|
-
"test_desync14_rev": {
|
|
484
|
-
"current": "test_desync14_b",
|
|
485
|
-
"new": "test_desync14_a",
|
|
486
|
-
"result": "DESYNC",
|
|
487
|
-
"description": "test_desync14_rev"
|
|
488
|
-
},
|
|
489
|
-
"test_ne3_02_rev": {
|
|
490
|
-
"current": "test_ne3_02_b",
|
|
491
|
-
"new": "test_ne3_02_a",
|
|
492
|
-
"result": "LESS_THAN",
|
|
493
|
-
"description": "test_ne3_02_rev"
|
|
494
|
-
},
|
|
495
|
-
"test_ne3_06_rev": {
|
|
496
|
-
"current": "test_ne3_06_b",
|
|
497
|
-
"new": "test_ne3_06_a",
|
|
498
|
-
"result": "LESS_THAN",
|
|
499
|
-
"description": "test_ne3_06_rev"
|
|
500
|
-
},
|
|
501
|
-
"test_ne2_03_rev": {
|
|
502
|
-
"current": "test_ne2_03_b",
|
|
503
|
-
"new": "test_ne2_03_a",
|
|
504
|
-
"result": "LESS_THAN",
|
|
505
|
-
"description": "test_ne2_03_rev"
|
|
506
|
-
},
|
|
507
|
-
"test_ne4_02_rev": {
|
|
508
|
-
"current": "test_ne4_02_b",
|
|
509
|
-
"new": "test_ne4_02_a",
|
|
510
|
-
"result": "LESS_THAN",
|
|
511
|
-
"description": "test_ne4_02_rev"
|
|
512
|
-
},
|
|
513
|
-
"test_ne1_01_rev": {
|
|
514
|
-
"current": "test_ne1_01_b",
|
|
515
|
-
"new": "test_ne1_01_a",
|
|
516
|
-
"result": "LESS_THAN",
|
|
517
|
-
"description": "test_ne1_01_rev"
|
|
518
|
-
},
|
|
519
|
-
"test_equals02_rev": {
|
|
520
|
-
"current": "test_equals02_b",
|
|
521
|
-
"new": "test_equals02_a",
|
|
522
|
-
"result": "EQUAL",
|
|
523
|
-
"description": "test_equals02_rev"
|
|
524
|
-
},
|
|
525
|
-
"test_ne4_01_rev": {
|
|
526
|
-
"current": "test_ne4_01_b",
|
|
527
|
-
"new": "test_ne4_01_a",
|
|
528
|
-
"result": "LESS_THAN",
|
|
529
|
-
"description": "test_ne4_01_rev"
|
|
530
|
-
}
|
|
531
|
-
},
|
|
532
|
-
"version": "1.0",
|
|
533
|
-
"sequences": {
|
|
534
|
-
"test_ne2_09_b": {
|
|
535
|
-
"entries": [52, 53, 64],
|
|
536
|
-
"rangeEnd": 5,
|
|
537
|
-
"rangeStart": 4
|
|
538
|
-
},
|
|
539
|
-
"test_desync15_b": {
|
|
540
|
-
"entries": [4, 5, 6, 7, 8, 9],
|
|
541
|
-
"rangeEnd": 0,
|
|
542
|
-
"rangeStart": 0
|
|
543
|
-
},
|
|
544
|
-
"test_desync15_a": {
|
|
545
|
-
"entries": [1, 2, 3, 4, 5, 6],
|
|
546
|
-
"rangeEnd": 0,
|
|
547
|
-
"rangeStart": 0
|
|
548
|
-
},
|
|
549
|
-
"test_ne2_03_b": {
|
|
550
|
-
"entries": [52, 53, 64],
|
|
551
|
-
"rangeEnd": 20,
|
|
552
|
-
"rangeStart": 10
|
|
553
|
-
},
|
|
554
|
-
"test_ne2_03_a": {
|
|
555
|
-
"entries": [52, 53, 64],
|
|
556
|
-
"rangeEnd": 24,
|
|
557
|
-
"rangeStart": 10
|
|
558
|
-
},
|
|
559
|
-
"test_ne3_06_a": {
|
|
560
|
-
"entries": [32, 33, 34],
|
|
561
|
-
"rangeEnd": 30,
|
|
562
|
-
"rangeStart": 5
|
|
563
|
-
},
|
|
564
|
-
"test_ne2_01_a": {
|
|
565
|
-
"entries": [52, 53, 64],
|
|
566
|
-
"rangeEnd": 20,
|
|
567
|
-
"rangeStart": 10
|
|
568
|
-
},
|
|
569
|
-
"test_ne2_01_b": {
|
|
570
|
-
"entries": [52, 53, 64],
|
|
571
|
-
"rangeEnd": 20,
|
|
572
|
-
"rangeStart": 14
|
|
573
|
-
},
|
|
574
|
-
"test_desync01_b": {
|
|
575
|
-
"entries": [32, 33, 34],
|
|
576
|
-
"rangeEnd": 20,
|
|
577
|
-
"rangeStart": 5
|
|
578
|
-
},
|
|
579
|
-
"test_desync11_b": {
|
|
580
|
-
"entries": [22, 23, 24],
|
|
581
|
-
"rangeEnd": 0,
|
|
582
|
-
"rangeStart": 0
|
|
583
|
-
},
|
|
584
|
-
"test_desync11_a": {
|
|
585
|
-
"entries": [52, 53, 54],
|
|
586
|
-
"rangeEnd": 10,
|
|
587
|
-
"rangeStart": 1
|
|
588
|
-
},
|
|
589
|
-
"test_ne4_02_a": {
|
|
590
|
-
"entries": [32, 33, 34],
|
|
591
|
-
"rangeEnd": 30,
|
|
592
|
-
"rangeStart": 20
|
|
593
|
-
},
|
|
594
|
-
"test_ne4_02_b": {
|
|
595
|
-
"entries": [12, 13, 27],
|
|
596
|
-
"rangeEnd": 7,
|
|
597
|
-
"rangeStart": 2
|
|
598
|
-
},
|
|
599
|
-
"test_equals04_b": {
|
|
600
|
-
"entries": [52, 53, 64],
|
|
601
|
-
"rangeEnd": 20,
|
|
602
|
-
"rangeStart": 15
|
|
603
|
-
},
|
|
604
|
-
"test_equals04_a": {
|
|
605
|
-
"entries": [16, 52, 53, 64],
|
|
606
|
-
"rangeEnd": 10,
|
|
607
|
-
"rangeStart": 5
|
|
608
|
-
},
|
|
609
|
-
"test_ne2_11_b": {
|
|
610
|
-
"entries": [12, 21, 50],
|
|
611
|
-
"rangeEnd": 10,
|
|
612
|
-
"rangeStart": 1
|
|
613
|
-
},
|
|
614
|
-
"test_ne2_11_a": {
|
|
615
|
-
"entries": [12, 21, 50],
|
|
616
|
-
"rangeEnd": 15,
|
|
617
|
-
"rangeStart": 1
|
|
618
|
-
},
|
|
619
|
-
"test_equals02_a": {
|
|
620
|
-
"entries": [1, 2],
|
|
621
|
-
"rangeEnd": 0,
|
|
622
|
-
"rangeStart": 0
|
|
623
|
-
},
|
|
624
|
-
"test_equals02_b": {
|
|
625
|
-
"entries": [1, 2],
|
|
626
|
-
"rangeEnd": 0,
|
|
627
|
-
"rangeStart": 0
|
|
628
|
-
},
|
|
629
|
-
"test_ne2_07_a": {
|
|
630
|
-
"entries": [57],
|
|
631
|
-
"rangeEnd": 57,
|
|
632
|
-
"rangeStart": 38
|
|
633
|
-
},
|
|
634
|
-
"test_desync07_b": {
|
|
635
|
-
"entries": [22, 23, 34],
|
|
636
|
-
"rangeEnd": 20,
|
|
637
|
-
"rangeStart": 5
|
|
638
|
-
},
|
|
639
|
-
"test_desync13_a": {
|
|
640
|
-
"entries": [55, 58, 64],
|
|
641
|
-
"rangeEnd": 0,
|
|
642
|
-
"rangeStart": 0
|
|
643
|
-
},
|
|
644
|
-
"test_desync09_a": {
|
|
645
|
-
"entries": [55, 58, 64],
|
|
646
|
-
"rangeEnd": 20,
|
|
647
|
-
"rangeStart": 10
|
|
648
|
-
},
|
|
649
|
-
"test_desync09_b": {
|
|
650
|
-
"entries": [2, 3, 21],
|
|
651
|
-
"rangeEnd": 0,
|
|
652
|
-
"rangeStart": 0
|
|
653
|
-
},
|
|
654
|
-
"test_desync13_b": {
|
|
655
|
-
"entries": [2, 3, 56],
|
|
656
|
-
"rangeEnd": 0,
|
|
657
|
-
"rangeStart": 0
|
|
658
|
-
},
|
|
659
|
-
"test_ne3_07_b": {
|
|
660
|
-
"entries": [22, 23, 30],
|
|
661
|
-
"rangeEnd": 10,
|
|
662
|
-
"rangeStart": 1
|
|
663
|
-
},
|
|
664
|
-
"test_ne2_06_b": {
|
|
665
|
-
"entries": [50, 57, 60, 61],
|
|
666
|
-
"rangeEnd": 38,
|
|
667
|
-
"rangeStart": 38
|
|
668
|
-
},
|
|
669
|
-
"test_ne2_06_a": {
|
|
670
|
-
"entries": [50, 57, 60, 61],
|
|
671
|
-
"rangeEnd": 47,
|
|
672
|
-
"rangeStart": 38
|
|
673
|
-
},
|
|
674
|
-
"test_desync10_b": {
|
|
675
|
-
"entries": [11, 12, 21],
|
|
676
|
-
"rangeEnd": 0,
|
|
677
|
-
"rangeStart": 0
|
|
678
|
-
},
|
|
679
|
-
"test_desync10_a": {
|
|
680
|
-
"entries": [55, 58, 64],
|
|
681
|
-
"rangeEnd": 20,
|
|
682
|
-
"rangeStart": 10
|
|
683
|
-
},
|
|
684
|
-
"test_ne2_10_b": {
|
|
685
|
-
"entries": [64],
|
|
686
|
-
"rangeEnd": 5,
|
|
687
|
-
"rangeStart": 1
|
|
688
|
-
},
|
|
689
|
-
"test_ne2_10_a": {
|
|
690
|
-
"entries": [64],
|
|
691
|
-
"rangeEnd": 20,
|
|
692
|
-
"rangeStart": 1
|
|
693
|
-
},
|
|
694
|
-
"test_ne3_07_a": {
|
|
695
|
-
"entries": [32, 33, 34],
|
|
696
|
-
"rangeEnd": 30,
|
|
697
|
-
"rangeStart": 5
|
|
698
|
-
},
|
|
699
|
-
"test_desync07_a": {
|
|
700
|
-
"entries": [52, 53, 54],
|
|
701
|
-
"rangeEnd": 30,
|
|
702
|
-
"rangeStart": 1
|
|
703
|
-
},
|
|
704
|
-
"test_equals03_a": {
|
|
705
|
-
"entries": [52, 53, 64],
|
|
706
|
-
"rangeEnd": 10,
|
|
707
|
-
"rangeStart": 5
|
|
708
|
-
},
|
|
709
|
-
"test_equals03_b": {
|
|
710
|
-
"entries": [52, 53, 64],
|
|
711
|
-
"rangeEnd": 20,
|
|
712
|
-
"rangeStart": 15
|
|
713
|
-
},
|
|
714
|
-
"test_equals01_b": {
|
|
715
|
-
"entries": [12, 13, 14],
|
|
716
|
-
"rangeEnd": 10,
|
|
717
|
-
"rangeStart": 1
|
|
718
|
-
},
|
|
719
|
-
"test_ne3_09_a": {
|
|
720
|
-
"entries": [52, 53, 54],
|
|
721
|
-
"rangeEnd": 30,
|
|
722
|
-
"rangeStart": 1
|
|
723
|
-
},
|
|
724
|
-
"test_desync03_b": {
|
|
725
|
-
"entries": [52],
|
|
726
|
-
"rangeEnd": 20,
|
|
727
|
-
"rangeStart": 3
|
|
728
|
-
},
|
|
729
|
-
"test_desync03_a": {
|
|
730
|
-
"entries": [64],
|
|
731
|
-
"rangeEnd": 5,
|
|
732
|
-
"rangeStart": 4
|
|
733
|
-
},
|
|
734
|
-
"test_equals01_a": {
|
|
735
|
-
"entries": [12, 13, 14],
|
|
736
|
-
"rangeEnd": 10,
|
|
737
|
-
"rangeStart": 1
|
|
738
|
-
},
|
|
739
|
-
"test_desync05_a": {
|
|
740
|
-
"entries": [12, 21, 50],
|
|
741
|
-
"rangeEnd": 10,
|
|
742
|
-
"rangeStart": 1
|
|
743
|
-
},
|
|
744
|
-
"test_desync05_b": {
|
|
745
|
-
"entries": [21, 45, 48],
|
|
746
|
-
"rangeEnd": 20,
|
|
747
|
-
"rangeStart": 1
|
|
748
|
-
},
|
|
749
|
-
"test_desync14_b": {
|
|
750
|
-
"entries": [2, 3, 76],
|
|
751
|
-
"rangeEnd": 0,
|
|
752
|
-
"rangeStart": 0
|
|
753
|
-
},
|
|
754
|
-
"test_desync08_a": {
|
|
755
|
-
"entries": [34, 35, 45],
|
|
756
|
-
"rangeEnd": 20,
|
|
757
|
-
"rangeStart": 10
|
|
758
|
-
},
|
|
759
|
-
"test_desync08_b": {
|
|
760
|
-
"entries": [52, 53, 64],
|
|
761
|
-
"rangeEnd": 40,
|
|
762
|
-
"rangeStart": 30
|
|
763
|
-
},
|
|
764
|
-
"test_ne2_07_b": {
|
|
765
|
-
"entries": [48, 50, 52, 54, 57],
|
|
766
|
-
"rangeEnd": 42,
|
|
767
|
-
"rangeStart": 38
|
|
768
|
-
},
|
|
769
|
-
"test_desync14_a": {
|
|
770
|
-
"entries": [55, 58, 64],
|
|
771
|
-
"rangeEnd": 0,
|
|
772
|
-
"rangeStart": 0
|
|
773
|
-
},
|
|
774
|
-
"test_desync12_a": {
|
|
775
|
-
"entries": [55, 58, 64],
|
|
776
|
-
"rangeEnd": 0,
|
|
777
|
-
"rangeStart": 0
|
|
778
|
-
},
|
|
779
|
-
"test_desync12_b": {
|
|
780
|
-
"entries": [2, 3, 55],
|
|
781
|
-
"rangeEnd": 0,
|
|
782
|
-
"rangeStart": 0
|
|
783
|
-
},
|
|
784
|
-
"test_ne3_08_b": {
|
|
785
|
-
"entries": [22, 23, 24],
|
|
786
|
-
"rangeEnd": 20,
|
|
787
|
-
"rangeStart": 5
|
|
788
|
-
},
|
|
789
|
-
"test_ne3_08_a": {
|
|
790
|
-
"entries": [52, 53, 54],
|
|
791
|
-
"rangeEnd": 30,
|
|
792
|
-
"rangeStart": 1
|
|
793
|
-
},
|
|
794
|
-
"test_ne1_04_a": {
|
|
795
|
-
"entries": [2],
|
|
796
|
-
"rangeEnd": 0,
|
|
797
|
-
"rangeStart": 0
|
|
798
|
-
},
|
|
799
|
-
"test_ne1_04_b": {
|
|
800
|
-
"entries": [1],
|
|
801
|
-
"rangeEnd": 0,
|
|
802
|
-
"rangeStart": 0
|
|
803
|
-
},
|
|
804
|
-
"test_ne3_02_a": {
|
|
805
|
-
"entries": [64],
|
|
806
|
-
"rangeEnd": 20,
|
|
807
|
-
"rangeStart": 1
|
|
808
|
-
},
|
|
809
|
-
"test_ne3_02_b": {
|
|
810
|
-
"entries": [14],
|
|
811
|
-
"rangeEnd": 5,
|
|
812
|
-
"rangeStart": 1
|
|
813
|
-
},
|
|
814
|
-
"test_ne1_02_b": {
|
|
815
|
-
"entries": [22, 23, 24],
|
|
816
|
-
"rangeEnd": 10,
|
|
817
|
-
"rangeStart": 1
|
|
818
|
-
},
|
|
819
|
-
"test_ne1_02_a": {
|
|
820
|
-
"entries": [52, 53, 54],
|
|
821
|
-
"rangeEnd": 0,
|
|
822
|
-
"rangeStart": 0
|
|
823
|
-
},
|
|
824
|
-
"test_ne3_04_b": {
|
|
825
|
-
"entries": [12, 21],
|
|
826
|
-
"rangeEnd": 10,
|
|
827
|
-
"rangeStart": 1
|
|
828
|
-
},
|
|
829
|
-
"test_ne3_04_a": {
|
|
830
|
-
"entries": [21, 45, 48],
|
|
831
|
-
"rangeEnd": 20,
|
|
832
|
-
"rangeStart": 1
|
|
833
|
-
},
|
|
834
|
-
"test_ne2_08_a": {
|
|
835
|
-
"entries": [52, 53, 64],
|
|
836
|
-
"rangeEnd": 20,
|
|
837
|
-
"rangeStart": 3
|
|
838
|
-
},
|
|
839
|
-
"test_desync01_a": {
|
|
840
|
-
"entries": [22, 23, 24],
|
|
841
|
-
"rangeEnd": 10,
|
|
842
|
-
"rangeStart": 1
|
|
843
|
-
},
|
|
844
|
-
"test_ne3_06_b": {
|
|
845
|
-
"entries": [22, 23, 24],
|
|
846
|
-
"rangeEnd": 10,
|
|
847
|
-
"rangeStart": 1
|
|
848
|
-
},
|
|
849
|
-
"test_ne2_08_b": {
|
|
850
|
-
"entries": [52, 53, 64],
|
|
851
|
-
"rangeEnd": 5,
|
|
852
|
-
"rangeStart": 1
|
|
853
|
-
},
|
|
854
|
-
"test_ne2_04_a": {
|
|
855
|
-
"entries": [52, 53, 64],
|
|
856
|
-
"rangeEnd": 20,
|
|
857
|
-
"rangeStart": 10
|
|
858
|
-
},
|
|
859
|
-
"test_ne2_04_b": {
|
|
860
|
-
"entries": [52, 53, 64],
|
|
861
|
-
"rangeEnd": 0,
|
|
862
|
-
"rangeStart": 0
|
|
863
|
-
},
|
|
864
|
-
"test_desync02_b": {
|
|
865
|
-
"entries": [22, 23, 24],
|
|
866
|
-
"rangeEnd": 20,
|
|
867
|
-
"rangeStart": 5
|
|
868
|
-
},
|
|
869
|
-
"test_desync02_a": {
|
|
870
|
-
"entries": [32, 33, 34],
|
|
871
|
-
"rangeEnd": 10,
|
|
872
|
-
"rangeStart": 1
|
|
873
|
-
},
|
|
874
|
-
"test_ne2_02_b": {
|
|
875
|
-
"entries": [52, 53, 64],
|
|
876
|
-
"rangeEnd": 20,
|
|
877
|
-
"rangeStart": 14
|
|
878
|
-
},
|
|
879
|
-
"test_ne2_02_a": {
|
|
880
|
-
"entries": [52, 53, 64],
|
|
881
|
-
"rangeEnd": 22,
|
|
882
|
-
"rangeStart": 10
|
|
883
|
-
},
|
|
884
|
-
"test_ne3_09_b": {
|
|
885
|
-
"entries": [22, 23, 24],
|
|
886
|
-
"rangeEnd": 0,
|
|
887
|
-
"rangeStart": 0
|
|
888
|
-
},
|
|
889
|
-
"test_desync04_a": {
|
|
890
|
-
"entries": [52],
|
|
891
|
-
"rangeEnd": 5,
|
|
892
|
-
"rangeStart": 1
|
|
893
|
-
},
|
|
894
|
-
"test_desync04_b": {
|
|
895
|
-
"entries": [64],
|
|
896
|
-
"rangeEnd": 20,
|
|
897
|
-
"rangeStart": 1
|
|
898
|
-
},
|
|
899
|
-
"test_ne3_03_a": {
|
|
900
|
-
"entries": [50, 52, 53, 64, 68],
|
|
901
|
-
"rangeEnd": 20,
|
|
902
|
-
"rangeStart": 15
|
|
903
|
-
},
|
|
904
|
-
"test_ne3_03_b": {
|
|
905
|
-
"entries": [52, 53, 64],
|
|
906
|
-
"rangeEnd": 10,
|
|
907
|
-
"rangeStart": 5
|
|
908
|
-
},
|
|
909
|
-
"test_ne4_01_b": {
|
|
910
|
-
"entries": [2, 3, 17],
|
|
911
|
-
"rangeEnd": 0,
|
|
912
|
-
"rangeStart": 0
|
|
913
|
-
},
|
|
914
|
-
"test_ne3_05_b": {
|
|
915
|
-
"entries": [12, 21, 50],
|
|
916
|
-
"rangeEnd": 15,
|
|
917
|
-
"rangeStart": 1
|
|
918
|
-
},
|
|
919
|
-
"test_ne3_05_a": {
|
|
920
|
-
"entries": [12, 21, 50, 90, 91],
|
|
921
|
-
"rangeEnd": 10,
|
|
922
|
-
"rangeStart": 1
|
|
923
|
-
},
|
|
924
|
-
"test_ne4_01_a": {
|
|
925
|
-
"entries": [22, 23, 24],
|
|
926
|
-
"rangeEnd": 20,
|
|
927
|
-
"rangeStart": 10
|
|
928
|
-
},
|
|
929
|
-
"test_ne1_05_a": {
|
|
930
|
-
"entries": [55, 58, 64],
|
|
931
|
-
"rangeEnd": 0,
|
|
932
|
-
"rangeStart": 0
|
|
933
|
-
},
|
|
934
|
-
"test_ne1_05_b": {
|
|
935
|
-
"entries": [2, 3, 7],
|
|
936
|
-
"rangeEnd": 0,
|
|
937
|
-
"rangeStart": 0
|
|
938
|
-
},
|
|
939
|
-
"test_ne3_01_b": {
|
|
940
|
-
"entries": [22, 23, 24],
|
|
941
|
-
"rangeEnd": 10,
|
|
942
|
-
"rangeStart": 1
|
|
943
|
-
},
|
|
944
|
-
"test_ne3_01_a": {
|
|
945
|
-
"entries": [32, 33, 34],
|
|
946
|
-
"rangeEnd": 30,
|
|
947
|
-
"rangeStart": 20
|
|
948
|
-
},
|
|
949
|
-
"test_ne1_01_a": {
|
|
950
|
-
"entries": [120, 130, 140],
|
|
951
|
-
"rangeEnd": 100,
|
|
952
|
-
"rangeStart": 20
|
|
953
|
-
},
|
|
954
|
-
"test_ne1_01_b": {
|
|
955
|
-
"entries": [12, 13, 14],
|
|
956
|
-
"rangeEnd": 10,
|
|
957
|
-
"rangeStart": 1
|
|
958
|
-
},
|
|
959
|
-
"test_ne2_09_a": {
|
|
960
|
-
"entries": [52, 53, 64],
|
|
961
|
-
"rangeEnd": 20,
|
|
962
|
-
"rangeStart": 3
|
|
963
|
-
},
|
|
964
|
-
"test_ne1_03_b": {
|
|
965
|
-
"entries": [2, 3, 7],
|
|
966
|
-
"rangeEnd": 0,
|
|
967
|
-
"rangeStart": 0
|
|
968
|
-
},
|
|
969
|
-
"test_ne1_03_a": {
|
|
970
|
-
"entries": [22, 23, 24],
|
|
971
|
-
"rangeEnd": 20,
|
|
972
|
-
"rangeStart": 10
|
|
973
|
-
}
|
|
974
|
-
}
|
|
975
|
-
}
|
|
1
|
+
{
|
|
2
|
+
"comparisons": {
|
|
3
|
+
"test_equals01_rev": {
|
|
4
|
+
"current": "test_equals01_b",
|
|
5
|
+
"new": "test_equals01_a",
|
|
6
|
+
"result": "EQUAL",
|
|
7
|
+
"description": "test_equals01_rev"
|
|
8
|
+
},
|
|
9
|
+
"test_ne2_04_rev": {
|
|
10
|
+
"current": "test_ne2_04_b",
|
|
11
|
+
"new": "test_ne2_04_a",
|
|
12
|
+
"result": "LESS_THAN",
|
|
13
|
+
"description": "test_ne2_04_rev"
|
|
14
|
+
},
|
|
15
|
+
"test_desync03_rev": {
|
|
16
|
+
"current": "test_desync03_b",
|
|
17
|
+
"new": "test_desync03_a",
|
|
18
|
+
"result": "DESYNC",
|
|
19
|
+
"description": "test_desync03_rev"
|
|
20
|
+
},
|
|
21
|
+
"test_ne2_02_rev": {
|
|
22
|
+
"current": "test_ne2_02_b",
|
|
23
|
+
"new": "test_ne2_02_a",
|
|
24
|
+
"result": "LESS_THAN",
|
|
25
|
+
"description": "test_ne2_02_rev"
|
|
26
|
+
},
|
|
27
|
+
"test_desync13_rev": {
|
|
28
|
+
"current": "test_desync13_b",
|
|
29
|
+
"new": "test_desync13_a",
|
|
30
|
+
"result": "DESYNC",
|
|
31
|
+
"description": "test_desync13_rev"
|
|
32
|
+
},
|
|
33
|
+
"test_ne2_10_rev": {
|
|
34
|
+
"current": "test_ne2_10_b",
|
|
35
|
+
"new": "test_ne2_10_a",
|
|
36
|
+
"result": "LESS_THAN",
|
|
37
|
+
"description": "test_ne2_10_rev"
|
|
38
|
+
},
|
|
39
|
+
"test_ne3_03_rev": {
|
|
40
|
+
"current": "test_ne3_03_b",
|
|
41
|
+
"new": "test_ne3_03_a",
|
|
42
|
+
"result": "LESS_THAN",
|
|
43
|
+
"description": "test_ne3_03_rev"
|
|
44
|
+
},
|
|
45
|
+
"test_ne1_03_rev": {
|
|
46
|
+
"current": "test_ne1_03_b",
|
|
47
|
+
"new": "test_ne1_03_a",
|
|
48
|
+
"result": "LESS_THAN",
|
|
49
|
+
"description": "test_ne1_03_rev"
|
|
50
|
+
},
|
|
51
|
+
"test_equals03_rev": {
|
|
52
|
+
"current": "test_equals03_b",
|
|
53
|
+
"new": "test_equals03_a",
|
|
54
|
+
"result": "EQUAL",
|
|
55
|
+
"description": "test_equals03_rev"
|
|
56
|
+
},
|
|
57
|
+
"test_desync04_rev": {
|
|
58
|
+
"current": "test_desync04_b",
|
|
59
|
+
"new": "test_desync04_a",
|
|
60
|
+
"result": "DESYNC",
|
|
61
|
+
"description": "test_desync04_rev"
|
|
62
|
+
},
|
|
63
|
+
"test_desync02_rev": {
|
|
64
|
+
"current": "test_desync02_b",
|
|
65
|
+
"new": "test_desync02_a",
|
|
66
|
+
"result": "DESYNC",
|
|
67
|
+
"description": "test_desync02_rev"
|
|
68
|
+
},
|
|
69
|
+
"test_desync11": {
|
|
70
|
+
"current": "test_desync11_a",
|
|
71
|
+
"new": "test_desync11_b",
|
|
72
|
+
"result": "DESYNC",
|
|
73
|
+
"description": "test_desync11"
|
|
74
|
+
},
|
|
75
|
+
"test_desync10": {
|
|
76
|
+
"current": "test_desync10_a",
|
|
77
|
+
"new": "test_desync10_b",
|
|
78
|
+
"result": "DESYNC",
|
|
79
|
+
"description": "test_desync10"
|
|
80
|
+
},
|
|
81
|
+
"test_desync13": {
|
|
82
|
+
"current": "test_desync13_a",
|
|
83
|
+
"new": "test_desync13_b",
|
|
84
|
+
"result": "DESYNC",
|
|
85
|
+
"description": "test_desync13"
|
|
86
|
+
},
|
|
87
|
+
"test_desync12": {
|
|
88
|
+
"current": "test_desync12_a",
|
|
89
|
+
"new": "test_desync12_b",
|
|
90
|
+
"result": "DESYNC",
|
|
91
|
+
"description": "test_desync12"
|
|
92
|
+
},
|
|
93
|
+
"test_ne1_05_rev": {
|
|
94
|
+
"current": "test_ne1_05_b",
|
|
95
|
+
"new": "test_ne1_05_a",
|
|
96
|
+
"result": "LESS_THAN",
|
|
97
|
+
"description": "test_ne1_05_rev"
|
|
98
|
+
},
|
|
99
|
+
"test_desync14": {
|
|
100
|
+
"current": "test_desync14_a",
|
|
101
|
+
"new": "test_desync14_b",
|
|
102
|
+
"result": "DESYNC",
|
|
103
|
+
"description": "test_desync14"
|
|
104
|
+
},
|
|
105
|
+
"test_ne2_06_rev": {
|
|
106
|
+
"current": "test_ne2_06_b",
|
|
107
|
+
"new": "test_ne2_06_a",
|
|
108
|
+
"result": "LESS_THAN",
|
|
109
|
+
"description": "test_ne2_06_rev"
|
|
110
|
+
},
|
|
111
|
+
"test_ne1_05": {
|
|
112
|
+
"current": "test_ne1_05_a",
|
|
113
|
+
"new": "test_ne1_05_b",
|
|
114
|
+
"result": "GREATER_THAN",
|
|
115
|
+
"description": "test_ne1_05"
|
|
116
|
+
},
|
|
117
|
+
"test_ne1_04": {
|
|
118
|
+
"current": "test_ne1_04_a",
|
|
119
|
+
"new": "test_ne1_04_b",
|
|
120
|
+
"result": "GREATER_THAN",
|
|
121
|
+
"description": "test_ne1_04"
|
|
122
|
+
},
|
|
123
|
+
"test_ne1_03": {
|
|
124
|
+
"current": "test_ne1_03_a",
|
|
125
|
+
"new": "test_ne1_03_b",
|
|
126
|
+
"result": "GREATER_THAN",
|
|
127
|
+
"description": "test_ne1_03"
|
|
128
|
+
},
|
|
129
|
+
"test_ne1_02": {
|
|
130
|
+
"current": "test_ne1_02_a",
|
|
131
|
+
"new": "test_ne1_02_b",
|
|
132
|
+
"result": "GREATER_THAN",
|
|
133
|
+
"description": "test_ne1_02"
|
|
134
|
+
},
|
|
135
|
+
"test_ne1_01": {
|
|
136
|
+
"current": "test_ne1_01_a",
|
|
137
|
+
"new": "test_ne1_01_b",
|
|
138
|
+
"result": "GREATER_THAN",
|
|
139
|
+
"description": "test_ne1_01"
|
|
140
|
+
},
|
|
141
|
+
"test_desync12_rev": {
|
|
142
|
+
"current": "test_desync12_b",
|
|
143
|
+
"new": "test_desync12_a",
|
|
144
|
+
"result": "DESYNC",
|
|
145
|
+
"description": "test_desync12_rev"
|
|
146
|
+
},
|
|
147
|
+
"test_ne2_09_rev": {
|
|
148
|
+
"current": "test_ne2_09_b",
|
|
149
|
+
"new": "test_ne2_09_a",
|
|
150
|
+
"result": "LESS_THAN",
|
|
151
|
+
"description": "test_ne2_09_rev"
|
|
152
|
+
},
|
|
153
|
+
"test_ne2_11": {
|
|
154
|
+
"current": "test_ne2_11_a",
|
|
155
|
+
"new": "test_ne2_11_b",
|
|
156
|
+
"result": "GREATER_THAN",
|
|
157
|
+
"description": "test_ne2_11"
|
|
158
|
+
},
|
|
159
|
+
"test_ne2_10": {
|
|
160
|
+
"current": "test_ne2_10_a",
|
|
161
|
+
"new": "test_ne2_10_b",
|
|
162
|
+
"result": "GREATER_THAN",
|
|
163
|
+
"description": "test_ne2_10"
|
|
164
|
+
},
|
|
165
|
+
"test_desync09_rev": {
|
|
166
|
+
"current": "test_desync09_b",
|
|
167
|
+
"new": "test_desync09_a",
|
|
168
|
+
"result": "DESYNC",
|
|
169
|
+
"description": "test_desync09_rev"
|
|
170
|
+
},
|
|
171
|
+
"test_desync08": {
|
|
172
|
+
"current": "test_desync08_a",
|
|
173
|
+
"new": "test_desync08_b",
|
|
174
|
+
"result": "DESYNC",
|
|
175
|
+
"description": "test_desync08"
|
|
176
|
+
},
|
|
177
|
+
"test_desync09": {
|
|
178
|
+
"current": "test_desync09_a",
|
|
179
|
+
"new": "test_desync09_b",
|
|
180
|
+
"result": "DESYNC",
|
|
181
|
+
"description": "test_desync09"
|
|
182
|
+
},
|
|
183
|
+
"test_desync02": {
|
|
184
|
+
"current": "test_desync02_a",
|
|
185
|
+
"new": "test_desync02_b",
|
|
186
|
+
"result": "DESYNC",
|
|
187
|
+
"description": "test_desync02"
|
|
188
|
+
},
|
|
189
|
+
"test_desync03": {
|
|
190
|
+
"current": "test_desync03_a",
|
|
191
|
+
"new": "test_desync03_b",
|
|
192
|
+
"result": "DESYNC",
|
|
193
|
+
"description": "test_desync03"
|
|
194
|
+
},
|
|
195
|
+
"test_ne2_11_rev": {
|
|
196
|
+
"current": "test_ne2_11_b",
|
|
197
|
+
"new": "test_ne2_11_a",
|
|
198
|
+
"result": "LESS_THAN",
|
|
199
|
+
"description": "test_ne2_11_rev"
|
|
200
|
+
},
|
|
201
|
+
"test_desync01": {
|
|
202
|
+
"current": "test_desync01_a",
|
|
203
|
+
"new": "test_desync01_b",
|
|
204
|
+
"result": "DESYNC",
|
|
205
|
+
"description": "test_desync01"
|
|
206
|
+
},
|
|
207
|
+
"test_desync07": {
|
|
208
|
+
"current": "test_desync07_a",
|
|
209
|
+
"new": "test_desync07_b",
|
|
210
|
+
"result": "DESYNC",
|
|
211
|
+
"description": "test_desync07"
|
|
212
|
+
},
|
|
213
|
+
"test_desync04": {
|
|
214
|
+
"current": "test_desync04_a",
|
|
215
|
+
"new": "test_desync04_b",
|
|
216
|
+
"result": "DESYNC",
|
|
217
|
+
"description": "test_desync04"
|
|
218
|
+
},
|
|
219
|
+
"test_desync05": {
|
|
220
|
+
"current": "test_desync05_a",
|
|
221
|
+
"new": "test_desync05_b",
|
|
222
|
+
"result": "DESYNC",
|
|
223
|
+
"description": "test_desync05"
|
|
224
|
+
},
|
|
225
|
+
"test_ne3_01_rev": {
|
|
226
|
+
"current": "test_ne3_01_b",
|
|
227
|
+
"new": "test_ne3_01_a",
|
|
228
|
+
"result": "LESS_THAN",
|
|
229
|
+
"description": "test_ne3_01_rev"
|
|
230
|
+
},
|
|
231
|
+
"test_desync07_rev": {
|
|
232
|
+
"current": "test_desync07_b",
|
|
233
|
+
"new": "test_desync07_a",
|
|
234
|
+
"result": "DESYNC",
|
|
235
|
+
"description": "test_desync07_rev"
|
|
236
|
+
},
|
|
237
|
+
"test_equals04": {
|
|
238
|
+
"current": "test_equals04_a",
|
|
239
|
+
"new": "test_equals04_b",
|
|
240
|
+
"result": "EQUAL",
|
|
241
|
+
"description": "test_equals04"
|
|
242
|
+
},
|
|
243
|
+
"test_desync15_rev": {
|
|
244
|
+
"current": "test_desync15_b",
|
|
245
|
+
"new": "test_desync15_a",
|
|
246
|
+
"result": "DESYNC",
|
|
247
|
+
"description": "test_desync15_rev"
|
|
248
|
+
},
|
|
249
|
+
"test_equals01": {
|
|
250
|
+
"current": "test_equals01_a",
|
|
251
|
+
"new": "test_equals01_b",
|
|
252
|
+
"result": "EQUAL",
|
|
253
|
+
"description": "test_equals01"
|
|
254
|
+
},
|
|
255
|
+
"test_equals03": {
|
|
256
|
+
"current": "test_equals03_a",
|
|
257
|
+
"new": "test_equals03_b",
|
|
258
|
+
"result": "EQUAL",
|
|
259
|
+
"description": "test_equals03"
|
|
260
|
+
},
|
|
261
|
+
"test_ne3_08_rev": {
|
|
262
|
+
"current": "test_ne3_08_b",
|
|
263
|
+
"new": "test_ne3_08_a",
|
|
264
|
+
"result": "LESS_THAN",
|
|
265
|
+
"description": "test_ne3_08_rev"
|
|
266
|
+
},
|
|
267
|
+
"test_desync01_rev": {
|
|
268
|
+
"current": "test_desync01_b",
|
|
269
|
+
"new": "test_desync01_a",
|
|
270
|
+
"result": "DESYNC",
|
|
271
|
+
"description": "test_desync01_rev"
|
|
272
|
+
},
|
|
273
|
+
"test_desync10_rev": {
|
|
274
|
+
"current": "test_desync10_b",
|
|
275
|
+
"new": "test_desync10_a",
|
|
276
|
+
"result": "DESYNC",
|
|
277
|
+
"description": "test_desync10_rev"
|
|
278
|
+
},
|
|
279
|
+
"test_ne2_02": {
|
|
280
|
+
"current": "test_ne2_02_a",
|
|
281
|
+
"new": "test_ne2_02_b",
|
|
282
|
+
"result": "GREATER_THAN",
|
|
283
|
+
"description": "test_ne2_02"
|
|
284
|
+
},
|
|
285
|
+
"test_ne2_03": {
|
|
286
|
+
"current": "test_ne2_03_a",
|
|
287
|
+
"new": "test_ne2_03_b",
|
|
288
|
+
"result": "GREATER_THAN",
|
|
289
|
+
"description": "test_ne2_03"
|
|
290
|
+
},
|
|
291
|
+
"test_ne2_01": {
|
|
292
|
+
"current": "test_ne2_01_a",
|
|
293
|
+
"new": "test_ne2_01_b",
|
|
294
|
+
"result": "GREATER_THAN",
|
|
295
|
+
"description": "test_ne2_01"
|
|
296
|
+
},
|
|
297
|
+
"test_ne2_06": {
|
|
298
|
+
"current": "test_ne2_06_a",
|
|
299
|
+
"new": "test_ne2_06_b",
|
|
300
|
+
"result": "GREATER_THAN",
|
|
301
|
+
"description": "test_ne2_06"
|
|
302
|
+
},
|
|
303
|
+
"test_ne2_07": {
|
|
304
|
+
"current": "test_ne2_07_a",
|
|
305
|
+
"new": "test_ne2_07_b",
|
|
306
|
+
"result": "GREATER_THAN",
|
|
307
|
+
"description": "test_ne2_07"
|
|
308
|
+
},
|
|
309
|
+
"test_ne2_04": {
|
|
310
|
+
"current": "test_ne2_04_a",
|
|
311
|
+
"new": "test_ne2_04_b",
|
|
312
|
+
"result": "GREATER_THAN",
|
|
313
|
+
"description": "test_ne2_04"
|
|
314
|
+
},
|
|
315
|
+
"test_desync15": {
|
|
316
|
+
"current": "test_desync15_a",
|
|
317
|
+
"new": "test_desync15_b",
|
|
318
|
+
"result": "DESYNC",
|
|
319
|
+
"description": "test_desync15"
|
|
320
|
+
},
|
|
321
|
+
"test_ne2_08": {
|
|
322
|
+
"current": "test_ne2_08_a",
|
|
323
|
+
"new": "test_ne2_08_b",
|
|
324
|
+
"result": "GREATER_THAN",
|
|
325
|
+
"description": "test_ne2_08"
|
|
326
|
+
},
|
|
327
|
+
"test_ne2_09": {
|
|
328
|
+
"current": "test_ne2_09_a",
|
|
329
|
+
"new": "test_ne2_09_b",
|
|
330
|
+
"result": "GREATER_THAN",
|
|
331
|
+
"description": "test_ne2_09"
|
|
332
|
+
},
|
|
333
|
+
"test_equals04_rev": {
|
|
334
|
+
"current": "test_equals04_b",
|
|
335
|
+
"new": "test_equals04_a",
|
|
336
|
+
"result": "EQUAL",
|
|
337
|
+
"description": "test_equals04_rev"
|
|
338
|
+
},
|
|
339
|
+
"test_ne1_02_rev": {
|
|
340
|
+
"current": "test_ne1_02_b",
|
|
341
|
+
"new": "test_ne1_02_a",
|
|
342
|
+
"result": "LESS_THAN",
|
|
343
|
+
"description": "test_ne1_02_rev"
|
|
344
|
+
},
|
|
345
|
+
"test_ne3_04_rev": {
|
|
346
|
+
"current": "test_ne3_04_b",
|
|
347
|
+
"new": "test_ne3_04_a",
|
|
348
|
+
"result": "LESS_THAN",
|
|
349
|
+
"description": "test_ne3_04_rev"
|
|
350
|
+
},
|
|
351
|
+
"test_ne2_07_rev": {
|
|
352
|
+
"current": "test_ne2_07_b",
|
|
353
|
+
"new": "test_ne2_07_a",
|
|
354
|
+
"result": "LESS_THAN",
|
|
355
|
+
"description": "test_ne2_07_rev"
|
|
356
|
+
},
|
|
357
|
+
"test_ne1_04_rev": {
|
|
358
|
+
"current": "test_ne1_04_b",
|
|
359
|
+
"new": "test_ne1_04_a",
|
|
360
|
+
"result": "LESS_THAN",
|
|
361
|
+
"description": "test_ne1_04_rev"
|
|
362
|
+
},
|
|
363
|
+
"test_desync08_rev": {
|
|
364
|
+
"current": "test_desync08_b",
|
|
365
|
+
"new": "test_desync08_a",
|
|
366
|
+
"result": "DESYNC",
|
|
367
|
+
"description": "test_desync08_rev"
|
|
368
|
+
},
|
|
369
|
+
"test_equals02": {
|
|
370
|
+
"current": "test_equals02_a",
|
|
371
|
+
"new": "test_equals02_b",
|
|
372
|
+
"result": "EQUAL",
|
|
373
|
+
"description": "test_equals02"
|
|
374
|
+
},
|
|
375
|
+
"test_ne2_08_rev": {
|
|
376
|
+
"current": "test_ne2_08_b",
|
|
377
|
+
"new": "test_ne2_08_a",
|
|
378
|
+
"result": "LESS_THAN",
|
|
379
|
+
"description": "test_ne2_08_rev"
|
|
380
|
+
},
|
|
381
|
+
"test_ne3_05": {
|
|
382
|
+
"current": "test_ne3_05_a",
|
|
383
|
+
"new": "test_ne3_05_b",
|
|
384
|
+
"result": "GREATER_THAN",
|
|
385
|
+
"description": "test_ne3_05"
|
|
386
|
+
},
|
|
387
|
+
"test_ne3_04": {
|
|
388
|
+
"current": "test_ne3_04_a",
|
|
389
|
+
"new": "test_ne3_04_b",
|
|
390
|
+
"result": "GREATER_THAN",
|
|
391
|
+
"description": "test_ne3_04"
|
|
392
|
+
},
|
|
393
|
+
"test_ne3_07": {
|
|
394
|
+
"current": "test_ne3_07_a",
|
|
395
|
+
"new": "test_ne3_07_b",
|
|
396
|
+
"result": "GREATER_THAN",
|
|
397
|
+
"description": "test_ne3_07"
|
|
398
|
+
},
|
|
399
|
+
"test_ne3_06": {
|
|
400
|
+
"current": "test_ne3_06_a",
|
|
401
|
+
"new": "test_ne3_06_b",
|
|
402
|
+
"result": "GREATER_THAN",
|
|
403
|
+
"description": "test_ne3_06"
|
|
404
|
+
},
|
|
405
|
+
"test_ne3_01": {
|
|
406
|
+
"current": "test_ne3_01_a",
|
|
407
|
+
"new": "test_ne3_01_b",
|
|
408
|
+
"result": "GREATER_THAN",
|
|
409
|
+
"description": "test_ne3_01"
|
|
410
|
+
},
|
|
411
|
+
"test_ne3_03": {
|
|
412
|
+
"current": "test_ne3_03_a",
|
|
413
|
+
"new": "test_ne3_03_b",
|
|
414
|
+
"result": "GREATER_THAN",
|
|
415
|
+
"description": "test_ne3_03"
|
|
416
|
+
},
|
|
417
|
+
"test_ne3_02": {
|
|
418
|
+
"current": "test_ne3_02_a",
|
|
419
|
+
"new": "test_ne3_02_b",
|
|
420
|
+
"result": "GREATER_THAN",
|
|
421
|
+
"description": "test_ne3_02"
|
|
422
|
+
},
|
|
423
|
+
"test_ne3_09": {
|
|
424
|
+
"current": "test_ne3_09_a",
|
|
425
|
+
"new": "test_ne3_09_b",
|
|
426
|
+
"result": "GREATER_THAN",
|
|
427
|
+
"description": "test_ne3_09"
|
|
428
|
+
},
|
|
429
|
+
"test_ne3_08": {
|
|
430
|
+
"current": "test_ne3_08_a",
|
|
431
|
+
"new": "test_ne3_08_b",
|
|
432
|
+
"result": "GREATER_THAN",
|
|
433
|
+
"description": "test_ne3_08"
|
|
434
|
+
},
|
|
435
|
+
"test_ne3_09_rev": {
|
|
436
|
+
"current": "test_ne3_09_b",
|
|
437
|
+
"new": "test_ne3_09_a",
|
|
438
|
+
"result": "LESS_THAN",
|
|
439
|
+
"description": "test_ne3_09_rev"
|
|
440
|
+
},
|
|
441
|
+
"test_desync05_rev": {
|
|
442
|
+
"current": "test_desync05_b",
|
|
443
|
+
"new": "test_desync05_a",
|
|
444
|
+
"result": "DESYNC",
|
|
445
|
+
"description": "test_desync05_rev"
|
|
446
|
+
},
|
|
447
|
+
"test_ne3_07_rev": {
|
|
448
|
+
"current": "test_ne3_07_b",
|
|
449
|
+
"new": "test_ne3_07_a",
|
|
450
|
+
"result": "LESS_THAN",
|
|
451
|
+
"description": "test_ne3_07_rev"
|
|
452
|
+
},
|
|
453
|
+
"test_ne2_01_rev": {
|
|
454
|
+
"current": "test_ne2_01_b",
|
|
455
|
+
"new": "test_ne2_01_a",
|
|
456
|
+
"result": "LESS_THAN",
|
|
457
|
+
"description": "test_ne2_01_rev"
|
|
458
|
+
},
|
|
459
|
+
"test_ne3_05_rev": {
|
|
460
|
+
"current": "test_ne3_05_b",
|
|
461
|
+
"new": "test_ne3_05_a",
|
|
462
|
+
"result": "LESS_THAN",
|
|
463
|
+
"description": "test_ne3_05_rev"
|
|
464
|
+
},
|
|
465
|
+
"test_ne4_01": {
|
|
466
|
+
"current": "test_ne4_01_a",
|
|
467
|
+
"new": "test_ne4_01_b",
|
|
468
|
+
"result": "GREATER_THAN",
|
|
469
|
+
"description": "test_ne4_01"
|
|
470
|
+
},
|
|
471
|
+
"test_ne4_02": {
|
|
472
|
+
"current": "test_ne4_02_a",
|
|
473
|
+
"new": "test_ne4_02_b",
|
|
474
|
+
"result": "GREATER_THAN",
|
|
475
|
+
"description": "test_ne4_02"
|
|
476
|
+
},
|
|
477
|
+
"test_desync11_rev": {
|
|
478
|
+
"current": "test_desync11_b",
|
|
479
|
+
"new": "test_desync11_a",
|
|
480
|
+
"result": "DESYNC",
|
|
481
|
+
"description": "test_desync11_rev"
|
|
482
|
+
},
|
|
483
|
+
"test_desync14_rev": {
|
|
484
|
+
"current": "test_desync14_b",
|
|
485
|
+
"new": "test_desync14_a",
|
|
486
|
+
"result": "DESYNC",
|
|
487
|
+
"description": "test_desync14_rev"
|
|
488
|
+
},
|
|
489
|
+
"test_ne3_02_rev": {
|
|
490
|
+
"current": "test_ne3_02_b",
|
|
491
|
+
"new": "test_ne3_02_a",
|
|
492
|
+
"result": "LESS_THAN",
|
|
493
|
+
"description": "test_ne3_02_rev"
|
|
494
|
+
},
|
|
495
|
+
"test_ne3_06_rev": {
|
|
496
|
+
"current": "test_ne3_06_b",
|
|
497
|
+
"new": "test_ne3_06_a",
|
|
498
|
+
"result": "LESS_THAN",
|
|
499
|
+
"description": "test_ne3_06_rev"
|
|
500
|
+
},
|
|
501
|
+
"test_ne2_03_rev": {
|
|
502
|
+
"current": "test_ne2_03_b",
|
|
503
|
+
"new": "test_ne2_03_a",
|
|
504
|
+
"result": "LESS_THAN",
|
|
505
|
+
"description": "test_ne2_03_rev"
|
|
506
|
+
},
|
|
507
|
+
"test_ne4_02_rev": {
|
|
508
|
+
"current": "test_ne4_02_b",
|
|
509
|
+
"new": "test_ne4_02_a",
|
|
510
|
+
"result": "LESS_THAN",
|
|
511
|
+
"description": "test_ne4_02_rev"
|
|
512
|
+
},
|
|
513
|
+
"test_ne1_01_rev": {
|
|
514
|
+
"current": "test_ne1_01_b",
|
|
515
|
+
"new": "test_ne1_01_a",
|
|
516
|
+
"result": "LESS_THAN",
|
|
517
|
+
"description": "test_ne1_01_rev"
|
|
518
|
+
},
|
|
519
|
+
"test_equals02_rev": {
|
|
520
|
+
"current": "test_equals02_b",
|
|
521
|
+
"new": "test_equals02_a",
|
|
522
|
+
"result": "EQUAL",
|
|
523
|
+
"description": "test_equals02_rev"
|
|
524
|
+
},
|
|
525
|
+
"test_ne4_01_rev": {
|
|
526
|
+
"current": "test_ne4_01_b",
|
|
527
|
+
"new": "test_ne4_01_a",
|
|
528
|
+
"result": "LESS_THAN",
|
|
529
|
+
"description": "test_ne4_01_rev"
|
|
530
|
+
}
|
|
531
|
+
},
|
|
532
|
+
"version": "1.0",
|
|
533
|
+
"sequences": {
|
|
534
|
+
"test_ne2_09_b": {
|
|
535
|
+
"entries": [52, 53, 64],
|
|
536
|
+
"rangeEnd": 5,
|
|
537
|
+
"rangeStart": 4
|
|
538
|
+
},
|
|
539
|
+
"test_desync15_b": {
|
|
540
|
+
"entries": [4, 5, 6, 7, 8, 9],
|
|
541
|
+
"rangeEnd": 0,
|
|
542
|
+
"rangeStart": 0
|
|
543
|
+
},
|
|
544
|
+
"test_desync15_a": {
|
|
545
|
+
"entries": [1, 2, 3, 4, 5, 6],
|
|
546
|
+
"rangeEnd": 0,
|
|
547
|
+
"rangeStart": 0
|
|
548
|
+
},
|
|
549
|
+
"test_ne2_03_b": {
|
|
550
|
+
"entries": [52, 53, 64],
|
|
551
|
+
"rangeEnd": 20,
|
|
552
|
+
"rangeStart": 10
|
|
553
|
+
},
|
|
554
|
+
"test_ne2_03_a": {
|
|
555
|
+
"entries": [52, 53, 64],
|
|
556
|
+
"rangeEnd": 24,
|
|
557
|
+
"rangeStart": 10
|
|
558
|
+
},
|
|
559
|
+
"test_ne3_06_a": {
|
|
560
|
+
"entries": [32, 33, 34],
|
|
561
|
+
"rangeEnd": 30,
|
|
562
|
+
"rangeStart": 5
|
|
563
|
+
},
|
|
564
|
+
"test_ne2_01_a": {
|
|
565
|
+
"entries": [52, 53, 64],
|
|
566
|
+
"rangeEnd": 20,
|
|
567
|
+
"rangeStart": 10
|
|
568
|
+
},
|
|
569
|
+
"test_ne2_01_b": {
|
|
570
|
+
"entries": [52, 53, 64],
|
|
571
|
+
"rangeEnd": 20,
|
|
572
|
+
"rangeStart": 14
|
|
573
|
+
},
|
|
574
|
+
"test_desync01_b": {
|
|
575
|
+
"entries": [32, 33, 34],
|
|
576
|
+
"rangeEnd": 20,
|
|
577
|
+
"rangeStart": 5
|
|
578
|
+
},
|
|
579
|
+
"test_desync11_b": {
|
|
580
|
+
"entries": [22, 23, 24],
|
|
581
|
+
"rangeEnd": 0,
|
|
582
|
+
"rangeStart": 0
|
|
583
|
+
},
|
|
584
|
+
"test_desync11_a": {
|
|
585
|
+
"entries": [52, 53, 54],
|
|
586
|
+
"rangeEnd": 10,
|
|
587
|
+
"rangeStart": 1
|
|
588
|
+
},
|
|
589
|
+
"test_ne4_02_a": {
|
|
590
|
+
"entries": [32, 33, 34],
|
|
591
|
+
"rangeEnd": 30,
|
|
592
|
+
"rangeStart": 20
|
|
593
|
+
},
|
|
594
|
+
"test_ne4_02_b": {
|
|
595
|
+
"entries": [12, 13, 27],
|
|
596
|
+
"rangeEnd": 7,
|
|
597
|
+
"rangeStart": 2
|
|
598
|
+
},
|
|
599
|
+
"test_equals04_b": {
|
|
600
|
+
"entries": [52, 53, 64],
|
|
601
|
+
"rangeEnd": 20,
|
|
602
|
+
"rangeStart": 15
|
|
603
|
+
},
|
|
604
|
+
"test_equals04_a": {
|
|
605
|
+
"entries": [16, 52, 53, 64],
|
|
606
|
+
"rangeEnd": 10,
|
|
607
|
+
"rangeStart": 5
|
|
608
|
+
},
|
|
609
|
+
"test_ne2_11_b": {
|
|
610
|
+
"entries": [12, 21, 50],
|
|
611
|
+
"rangeEnd": 10,
|
|
612
|
+
"rangeStart": 1
|
|
613
|
+
},
|
|
614
|
+
"test_ne2_11_a": {
|
|
615
|
+
"entries": [12, 21, 50],
|
|
616
|
+
"rangeEnd": 15,
|
|
617
|
+
"rangeStart": 1
|
|
618
|
+
},
|
|
619
|
+
"test_equals02_a": {
|
|
620
|
+
"entries": [1, 2],
|
|
621
|
+
"rangeEnd": 0,
|
|
622
|
+
"rangeStart": 0
|
|
623
|
+
},
|
|
624
|
+
"test_equals02_b": {
|
|
625
|
+
"entries": [1, 2],
|
|
626
|
+
"rangeEnd": 0,
|
|
627
|
+
"rangeStart": 0
|
|
628
|
+
},
|
|
629
|
+
"test_ne2_07_a": {
|
|
630
|
+
"entries": [57],
|
|
631
|
+
"rangeEnd": 57,
|
|
632
|
+
"rangeStart": 38
|
|
633
|
+
},
|
|
634
|
+
"test_desync07_b": {
|
|
635
|
+
"entries": [22, 23, 34],
|
|
636
|
+
"rangeEnd": 20,
|
|
637
|
+
"rangeStart": 5
|
|
638
|
+
},
|
|
639
|
+
"test_desync13_a": {
|
|
640
|
+
"entries": [55, 58, 64],
|
|
641
|
+
"rangeEnd": 0,
|
|
642
|
+
"rangeStart": 0
|
|
643
|
+
},
|
|
644
|
+
"test_desync09_a": {
|
|
645
|
+
"entries": [55, 58, 64],
|
|
646
|
+
"rangeEnd": 20,
|
|
647
|
+
"rangeStart": 10
|
|
648
|
+
},
|
|
649
|
+
"test_desync09_b": {
|
|
650
|
+
"entries": [2, 3, 21],
|
|
651
|
+
"rangeEnd": 0,
|
|
652
|
+
"rangeStart": 0
|
|
653
|
+
},
|
|
654
|
+
"test_desync13_b": {
|
|
655
|
+
"entries": [2, 3, 56],
|
|
656
|
+
"rangeEnd": 0,
|
|
657
|
+
"rangeStart": 0
|
|
658
|
+
},
|
|
659
|
+
"test_ne3_07_b": {
|
|
660
|
+
"entries": [22, 23, 30],
|
|
661
|
+
"rangeEnd": 10,
|
|
662
|
+
"rangeStart": 1
|
|
663
|
+
},
|
|
664
|
+
"test_ne2_06_b": {
|
|
665
|
+
"entries": [50, 57, 60, 61],
|
|
666
|
+
"rangeEnd": 38,
|
|
667
|
+
"rangeStart": 38
|
|
668
|
+
},
|
|
669
|
+
"test_ne2_06_a": {
|
|
670
|
+
"entries": [50, 57, 60, 61],
|
|
671
|
+
"rangeEnd": 47,
|
|
672
|
+
"rangeStart": 38
|
|
673
|
+
},
|
|
674
|
+
"test_desync10_b": {
|
|
675
|
+
"entries": [11, 12, 21],
|
|
676
|
+
"rangeEnd": 0,
|
|
677
|
+
"rangeStart": 0
|
|
678
|
+
},
|
|
679
|
+
"test_desync10_a": {
|
|
680
|
+
"entries": [55, 58, 64],
|
|
681
|
+
"rangeEnd": 20,
|
|
682
|
+
"rangeStart": 10
|
|
683
|
+
},
|
|
684
|
+
"test_ne2_10_b": {
|
|
685
|
+
"entries": [64],
|
|
686
|
+
"rangeEnd": 5,
|
|
687
|
+
"rangeStart": 1
|
|
688
|
+
},
|
|
689
|
+
"test_ne2_10_a": {
|
|
690
|
+
"entries": [64],
|
|
691
|
+
"rangeEnd": 20,
|
|
692
|
+
"rangeStart": 1
|
|
693
|
+
},
|
|
694
|
+
"test_ne3_07_a": {
|
|
695
|
+
"entries": [32, 33, 34],
|
|
696
|
+
"rangeEnd": 30,
|
|
697
|
+
"rangeStart": 5
|
|
698
|
+
},
|
|
699
|
+
"test_desync07_a": {
|
|
700
|
+
"entries": [52, 53, 54],
|
|
701
|
+
"rangeEnd": 30,
|
|
702
|
+
"rangeStart": 1
|
|
703
|
+
},
|
|
704
|
+
"test_equals03_a": {
|
|
705
|
+
"entries": [52, 53, 64],
|
|
706
|
+
"rangeEnd": 10,
|
|
707
|
+
"rangeStart": 5
|
|
708
|
+
},
|
|
709
|
+
"test_equals03_b": {
|
|
710
|
+
"entries": [52, 53, 64],
|
|
711
|
+
"rangeEnd": 20,
|
|
712
|
+
"rangeStart": 15
|
|
713
|
+
},
|
|
714
|
+
"test_equals01_b": {
|
|
715
|
+
"entries": [12, 13, 14],
|
|
716
|
+
"rangeEnd": 10,
|
|
717
|
+
"rangeStart": 1
|
|
718
|
+
},
|
|
719
|
+
"test_ne3_09_a": {
|
|
720
|
+
"entries": [52, 53, 54],
|
|
721
|
+
"rangeEnd": 30,
|
|
722
|
+
"rangeStart": 1
|
|
723
|
+
},
|
|
724
|
+
"test_desync03_b": {
|
|
725
|
+
"entries": [52],
|
|
726
|
+
"rangeEnd": 20,
|
|
727
|
+
"rangeStart": 3
|
|
728
|
+
},
|
|
729
|
+
"test_desync03_a": {
|
|
730
|
+
"entries": [64],
|
|
731
|
+
"rangeEnd": 5,
|
|
732
|
+
"rangeStart": 4
|
|
733
|
+
},
|
|
734
|
+
"test_equals01_a": {
|
|
735
|
+
"entries": [12, 13, 14],
|
|
736
|
+
"rangeEnd": 10,
|
|
737
|
+
"rangeStart": 1
|
|
738
|
+
},
|
|
739
|
+
"test_desync05_a": {
|
|
740
|
+
"entries": [12, 21, 50],
|
|
741
|
+
"rangeEnd": 10,
|
|
742
|
+
"rangeStart": 1
|
|
743
|
+
},
|
|
744
|
+
"test_desync05_b": {
|
|
745
|
+
"entries": [21, 45, 48],
|
|
746
|
+
"rangeEnd": 20,
|
|
747
|
+
"rangeStart": 1
|
|
748
|
+
},
|
|
749
|
+
"test_desync14_b": {
|
|
750
|
+
"entries": [2, 3, 76],
|
|
751
|
+
"rangeEnd": 0,
|
|
752
|
+
"rangeStart": 0
|
|
753
|
+
},
|
|
754
|
+
"test_desync08_a": {
|
|
755
|
+
"entries": [34, 35, 45],
|
|
756
|
+
"rangeEnd": 20,
|
|
757
|
+
"rangeStart": 10
|
|
758
|
+
},
|
|
759
|
+
"test_desync08_b": {
|
|
760
|
+
"entries": [52, 53, 64],
|
|
761
|
+
"rangeEnd": 40,
|
|
762
|
+
"rangeStart": 30
|
|
763
|
+
},
|
|
764
|
+
"test_ne2_07_b": {
|
|
765
|
+
"entries": [48, 50, 52, 54, 57],
|
|
766
|
+
"rangeEnd": 42,
|
|
767
|
+
"rangeStart": 38
|
|
768
|
+
},
|
|
769
|
+
"test_desync14_a": {
|
|
770
|
+
"entries": [55, 58, 64],
|
|
771
|
+
"rangeEnd": 0,
|
|
772
|
+
"rangeStart": 0
|
|
773
|
+
},
|
|
774
|
+
"test_desync12_a": {
|
|
775
|
+
"entries": [55, 58, 64],
|
|
776
|
+
"rangeEnd": 0,
|
|
777
|
+
"rangeStart": 0
|
|
778
|
+
},
|
|
779
|
+
"test_desync12_b": {
|
|
780
|
+
"entries": [2, 3, 55],
|
|
781
|
+
"rangeEnd": 0,
|
|
782
|
+
"rangeStart": 0
|
|
783
|
+
},
|
|
784
|
+
"test_ne3_08_b": {
|
|
785
|
+
"entries": [22, 23, 24],
|
|
786
|
+
"rangeEnd": 20,
|
|
787
|
+
"rangeStart": 5
|
|
788
|
+
},
|
|
789
|
+
"test_ne3_08_a": {
|
|
790
|
+
"entries": [52, 53, 54],
|
|
791
|
+
"rangeEnd": 30,
|
|
792
|
+
"rangeStart": 1
|
|
793
|
+
},
|
|
794
|
+
"test_ne1_04_a": {
|
|
795
|
+
"entries": [2],
|
|
796
|
+
"rangeEnd": 0,
|
|
797
|
+
"rangeStart": 0
|
|
798
|
+
},
|
|
799
|
+
"test_ne1_04_b": {
|
|
800
|
+
"entries": [1],
|
|
801
|
+
"rangeEnd": 0,
|
|
802
|
+
"rangeStart": 0
|
|
803
|
+
},
|
|
804
|
+
"test_ne3_02_a": {
|
|
805
|
+
"entries": [64],
|
|
806
|
+
"rangeEnd": 20,
|
|
807
|
+
"rangeStart": 1
|
|
808
|
+
},
|
|
809
|
+
"test_ne3_02_b": {
|
|
810
|
+
"entries": [14],
|
|
811
|
+
"rangeEnd": 5,
|
|
812
|
+
"rangeStart": 1
|
|
813
|
+
},
|
|
814
|
+
"test_ne1_02_b": {
|
|
815
|
+
"entries": [22, 23, 24],
|
|
816
|
+
"rangeEnd": 10,
|
|
817
|
+
"rangeStart": 1
|
|
818
|
+
},
|
|
819
|
+
"test_ne1_02_a": {
|
|
820
|
+
"entries": [52, 53, 54],
|
|
821
|
+
"rangeEnd": 0,
|
|
822
|
+
"rangeStart": 0
|
|
823
|
+
},
|
|
824
|
+
"test_ne3_04_b": {
|
|
825
|
+
"entries": [12, 21],
|
|
826
|
+
"rangeEnd": 10,
|
|
827
|
+
"rangeStart": 1
|
|
828
|
+
},
|
|
829
|
+
"test_ne3_04_a": {
|
|
830
|
+
"entries": [21, 45, 48],
|
|
831
|
+
"rangeEnd": 20,
|
|
832
|
+
"rangeStart": 1
|
|
833
|
+
},
|
|
834
|
+
"test_ne2_08_a": {
|
|
835
|
+
"entries": [52, 53, 64],
|
|
836
|
+
"rangeEnd": 20,
|
|
837
|
+
"rangeStart": 3
|
|
838
|
+
},
|
|
839
|
+
"test_desync01_a": {
|
|
840
|
+
"entries": [22, 23, 24],
|
|
841
|
+
"rangeEnd": 10,
|
|
842
|
+
"rangeStart": 1
|
|
843
|
+
},
|
|
844
|
+
"test_ne3_06_b": {
|
|
845
|
+
"entries": [22, 23, 24],
|
|
846
|
+
"rangeEnd": 10,
|
|
847
|
+
"rangeStart": 1
|
|
848
|
+
},
|
|
849
|
+
"test_ne2_08_b": {
|
|
850
|
+
"entries": [52, 53, 64],
|
|
851
|
+
"rangeEnd": 5,
|
|
852
|
+
"rangeStart": 1
|
|
853
|
+
},
|
|
854
|
+
"test_ne2_04_a": {
|
|
855
|
+
"entries": [52, 53, 64],
|
|
856
|
+
"rangeEnd": 20,
|
|
857
|
+
"rangeStart": 10
|
|
858
|
+
},
|
|
859
|
+
"test_ne2_04_b": {
|
|
860
|
+
"entries": [52, 53, 64],
|
|
861
|
+
"rangeEnd": 0,
|
|
862
|
+
"rangeStart": 0
|
|
863
|
+
},
|
|
864
|
+
"test_desync02_b": {
|
|
865
|
+
"entries": [22, 23, 24],
|
|
866
|
+
"rangeEnd": 20,
|
|
867
|
+
"rangeStart": 5
|
|
868
|
+
},
|
|
869
|
+
"test_desync02_a": {
|
|
870
|
+
"entries": [32, 33, 34],
|
|
871
|
+
"rangeEnd": 10,
|
|
872
|
+
"rangeStart": 1
|
|
873
|
+
},
|
|
874
|
+
"test_ne2_02_b": {
|
|
875
|
+
"entries": [52, 53, 64],
|
|
876
|
+
"rangeEnd": 20,
|
|
877
|
+
"rangeStart": 14
|
|
878
|
+
},
|
|
879
|
+
"test_ne2_02_a": {
|
|
880
|
+
"entries": [52, 53, 64],
|
|
881
|
+
"rangeEnd": 22,
|
|
882
|
+
"rangeStart": 10
|
|
883
|
+
},
|
|
884
|
+
"test_ne3_09_b": {
|
|
885
|
+
"entries": [22, 23, 24],
|
|
886
|
+
"rangeEnd": 0,
|
|
887
|
+
"rangeStart": 0
|
|
888
|
+
},
|
|
889
|
+
"test_desync04_a": {
|
|
890
|
+
"entries": [52],
|
|
891
|
+
"rangeEnd": 5,
|
|
892
|
+
"rangeStart": 1
|
|
893
|
+
},
|
|
894
|
+
"test_desync04_b": {
|
|
895
|
+
"entries": [64],
|
|
896
|
+
"rangeEnd": 20,
|
|
897
|
+
"rangeStart": 1
|
|
898
|
+
},
|
|
899
|
+
"test_ne3_03_a": {
|
|
900
|
+
"entries": [50, 52, 53, 64, 68],
|
|
901
|
+
"rangeEnd": 20,
|
|
902
|
+
"rangeStart": 15
|
|
903
|
+
},
|
|
904
|
+
"test_ne3_03_b": {
|
|
905
|
+
"entries": [52, 53, 64],
|
|
906
|
+
"rangeEnd": 10,
|
|
907
|
+
"rangeStart": 5
|
|
908
|
+
},
|
|
909
|
+
"test_ne4_01_b": {
|
|
910
|
+
"entries": [2, 3, 17],
|
|
911
|
+
"rangeEnd": 0,
|
|
912
|
+
"rangeStart": 0
|
|
913
|
+
},
|
|
914
|
+
"test_ne3_05_b": {
|
|
915
|
+
"entries": [12, 21, 50],
|
|
916
|
+
"rangeEnd": 15,
|
|
917
|
+
"rangeStart": 1
|
|
918
|
+
},
|
|
919
|
+
"test_ne3_05_a": {
|
|
920
|
+
"entries": [12, 21, 50, 90, 91],
|
|
921
|
+
"rangeEnd": 10,
|
|
922
|
+
"rangeStart": 1
|
|
923
|
+
},
|
|
924
|
+
"test_ne4_01_a": {
|
|
925
|
+
"entries": [22, 23, 24],
|
|
926
|
+
"rangeEnd": 20,
|
|
927
|
+
"rangeStart": 10
|
|
928
|
+
},
|
|
929
|
+
"test_ne1_05_a": {
|
|
930
|
+
"entries": [55, 58, 64],
|
|
931
|
+
"rangeEnd": 0,
|
|
932
|
+
"rangeStart": 0
|
|
933
|
+
},
|
|
934
|
+
"test_ne1_05_b": {
|
|
935
|
+
"entries": [2, 3, 7],
|
|
936
|
+
"rangeEnd": 0,
|
|
937
|
+
"rangeStart": 0
|
|
938
|
+
},
|
|
939
|
+
"test_ne3_01_b": {
|
|
940
|
+
"entries": [22, 23, 24],
|
|
941
|
+
"rangeEnd": 10,
|
|
942
|
+
"rangeStart": 1
|
|
943
|
+
},
|
|
944
|
+
"test_ne3_01_a": {
|
|
945
|
+
"entries": [32, 33, 34],
|
|
946
|
+
"rangeEnd": 30,
|
|
947
|
+
"rangeStart": 20
|
|
948
|
+
},
|
|
949
|
+
"test_ne1_01_a": {
|
|
950
|
+
"entries": [120, 130, 140],
|
|
951
|
+
"rangeEnd": 100,
|
|
952
|
+
"rangeStart": 20
|
|
953
|
+
},
|
|
954
|
+
"test_ne1_01_b": {
|
|
955
|
+
"entries": [12, 13, 14],
|
|
956
|
+
"rangeEnd": 10,
|
|
957
|
+
"rangeStart": 1
|
|
958
|
+
},
|
|
959
|
+
"test_ne2_09_a": {
|
|
960
|
+
"entries": [52, 53, 64],
|
|
961
|
+
"rangeEnd": 20,
|
|
962
|
+
"rangeStart": 3
|
|
963
|
+
},
|
|
964
|
+
"test_ne1_03_b": {
|
|
965
|
+
"entries": [2, 3, 7],
|
|
966
|
+
"rangeEnd": 0,
|
|
967
|
+
"rangeStart": 0
|
|
968
|
+
},
|
|
969
|
+
"test_ne1_03_a": {
|
|
970
|
+
"entries": [22, 23, 24],
|
|
971
|
+
"rangeEnd": 20,
|
|
972
|
+
"rangeStart": 10
|
|
973
|
+
}
|
|
974
|
+
}
|
|
975
|
+
}
|