Skip to content
Draft
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,6 @@ public void test_getTier() {
*/
@Test
public void create_newKeyboardsList() {
if(File.separatorChar != '/') {
Log.w(TAG, "create_newKeyboardsList skipped due to #16183");
return;
}

loadOldKeyboardsList();
dat_list = new ArrayList<HashMap<String, String>>();

Expand Down Expand Up @@ -195,12 +190,6 @@ public void create_newKeyboardsList() {

@Test
public void test_updateOldKeyboardsList() {
// #16183
if(File.separatorChar != '/') {
Log.w(TAG, "test_updateOldKeyboardsList skipped due to #16183");
return;
}

loadOldKeyboardsList();
Assert.assertNotNull(dat_list);

Expand Down