google / blockly-android

Blockly for Android
Apache License 2.0
672 stars 209 forks source link

Test errors and warnings from bad block definition input. #684

Open AnmAtAnm opened 6 years ago

AnmAtAnm commented 6 years ago

The test framework used to test the presence of certain warnings using [LogLogcatRule](https://developer.android.com/reference/android/support/test/rule/logging/LogLogcatRule.html) when block XML does not match the block definition. That class was removed in Android 27. We need to find an alternative.