Summary
The Genesis debug instrumentation test source set does not compile on the current cassi/mobile-desktop-parity branch. StreamRailCard now requires fullyMuted, displayedUnread, and hasSplitCounters, but three calls in StreamRailCardInstrumentedTest still use the previous signature.
Reproduction
- Check out the current
cassi/mobile-desktop-parity branch.
- Run
./gradlew --no-daemon assembleGenesisDebugAndroidTest.
Actual result
:app:compileGenesisDebugAndroidTestKotlin fails at lines 54, 114, and 144 of StreamRailCardInstrumentedTest.kt, reporting that no values were supplied for the three new parameters.
Expected result
The Genesis instrumentation test APK compiles so the UI test suite can run.
Notes
The regression is present independently of the message-reply work. The parameter additions came with the unread-notification parity change; the existing test call sites need representative values for all three fields.
Summary
The Genesis debug instrumentation test source set does not compile on the current
cassi/mobile-desktop-paritybranch.StreamRailCardnow requiresfullyMuted,displayedUnread, andhasSplitCounters, but three calls inStreamRailCardInstrumentedTeststill use the previous signature.Reproduction
cassi/mobile-desktop-paritybranch../gradlew --no-daemon assembleGenesisDebugAndroidTest.Actual result
:app:compileGenesisDebugAndroidTestKotlinfails at lines 54, 114, and 144 ofStreamRailCardInstrumentedTest.kt, reporting that no values were supplied for the three new parameters.Expected result
The Genesis instrumentation test APK compiles so the UI test suite can run.
Notes
The regression is present independently of the message-reply work. The parameter additions came with the unread-notification parity change; the existing test call sites need representative values for all three fields.