mirror of
https://github.com/keymanapp/keyman.git
synced 2026-08-11 19:35:32 +00:00
fix[android]: minor changes after review
This commit is contained in:
parent
d8089edaa8
commit
1dbfd6a2aa
2 changed files with 6 additions and 1 deletions
|
|
@ -30,6 +30,11 @@ import java.util.List;
|
|||
public class CloudCatalogDownloadCallback implements ICloudDownloadCallback<Dataset, CloudCatalogDownloadReturns> {
|
||||
|
||||
private static final String TAG = "CloudCatalogDownloadCb";
|
||||
|
||||
/**
|
||||
* Forces update process for all installed keyboard bundles.
|
||||
* Only for testing, should be false for merging
|
||||
*/
|
||||
private static final boolean DEBUG_SIMULATE_UPDATES = false;
|
||||
|
||||
private final Context context;
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ import java.util.Calendar;
|
|||
import java.util.GregorianCalendar;
|
||||
|
||||
@RunWith(RobolectricTestRunner.class)
|
||||
public class ResourceUpdateToolTest {
|
||||
public class ResourcesUpdateToolTest {
|
||||
|
||||
@Test
|
||||
public void shouldUpdateFirstCallTest() {
|
||||
Loading…
Add table
Reference in a new issue