This commit is contained in:
Dominik Schürmann 2014-09-09 09:40:15 +02:00
parent c40d105574
commit 72ccc48d16
2 changed files with 2 additions and 5 deletions

View File

@ -23,9 +23,6 @@ import android.net.Uri;
import org.sufficientlysecure.keychain.pgp.CanonicalizedPublicKeyRing;
import org.sufficientlysecure.keychain.provider.ProviderHelper;
/**
* Created by art on 21/06/14.
*/
class ProviderHelperStub extends ProviderHelper {
public ProviderHelperStub(Context context) {
super(context);

View File

@ -33,7 +33,7 @@ import java.util.List;
@RunWith(RobolectricTestRunner.class)
@org.robolectric.annotation.Config(emulateSdk = 18) // Robolectric doesn't yet support 19
public class FileImportCacheTest {
public class ParcelableFileCacheTest {
@Before
public void setUp() throws Exception {
@ -43,7 +43,7 @@ public class FileImportCacheTest {
@Test
public void testInputOutput() throws Exception {
FileImportCache<Bundle> cache = new FileImportCache<Bundle>(Robolectric.application, "test.pcl");
ParcelableFileCache<Bundle> cache = new ParcelableFileCache<Bundle>(Robolectric.application, "test.pcl");
ArrayList<Bundle> list = new ArrayList<Bundle>();