- Removed the availability_uri field - Changed the card_action data type to integer - Added the support_half_width field - Modify the Database version to 2 Bug: 111820446 Test: robotest Change-Id: I755ad93a05034037bab18e709f53b4af3ce4fe5e
Running Settings Robolectric tests
The full suite
$ croot
$ make RunSettingsRoboTests
Running a single test class
$ croot
$ make RunSettingsRoboTests ROBOTEST_FILTER=<ClassName>
For example:
make RunSettingsRoboTests ROBOTEST_FILTER=CodeInspectionTest
You can also use partial class name in ROBOTEST_FILTER. If the partial class name matches multiple file names, all of them will be executed.