./gradlew :app:connectedExordosDebugAndroidTest fails before the full connected suite can pass because the template ExampleInstrumentedTest.useAppContext hard-codes the default package name.
Steps to reproduce:
- Connect an Android device or emulator.
- Run
./gradlew :app:connectedExordosDebugAndroidTest.
Expected: the instrumentation suite accepts the Exordos flavor application ID and continues.
Actual: useAppContext expects ru.genesiscorporation.workspace.beta, while the Exordos flavor configures and reports com.exordos.workspace, producing a ComparisonFailure.
The assertion should use the flavor-aware application ID or be removed if it no longer verifies product behavior.
./gradlew :app:connectedExordosDebugAndroidTestfails before the full connected suite can pass because the templateExampleInstrumentedTest.useAppContexthard-codes the default package name.Steps to reproduce:
./gradlew :app:connectedExordosDebugAndroidTest.Expected: the instrumentation suite accepts the Exordos flavor application ID and continues.
Actual:
useAppContextexpectsru.genesiscorporation.workspace.beta, while the Exordos flavor configures and reportscom.exordos.workspace, producing aComparisonFailure.The assertion should use the flavor-aware application ID or be removed if it no longer verifies product behavior.