mirror of
https://github.com/CatimaLoyalty/Android.git
synced 2026-03-06 16:20:42 -05:00
Allow user to import/export cards to/from CSV on external storage
Italian translations provided by Airon90. Dutch translations provided by PanderMusubi
This commit is contained in:
@@ -50,9 +50,10 @@ public class MainActivityTest
|
||||
assertTrue(menu != null);
|
||||
|
||||
// The settings and add button should be present
|
||||
assertEquals(menu.size(), 1);
|
||||
assertEquals(menu.size(), 2);
|
||||
|
||||
assertEquals("Add", menu.findItem(R.id.action_add).getTitle().toString());
|
||||
assertEquals("Import/Export", menu.findItem(R.id.action_import_export).getTitle().toString());
|
||||
}
|
||||
|
||||
@Test
|
||||
|
||||
Reference in New Issue
Block a user