forgot to move test classpath out of root project

This commit is contained in:
Vincent Breitmoser
2014-07-21 03:59:16 +02:00
parent 527c3e93f8
commit f560bc9317
4 changed files with 15 additions and 7 deletions

View File

@@ -28,7 +28,7 @@ import java.util.Iterator;
@RunWith(RobolectricTestRunner.class)
@org.robolectric.annotation.Config(emulateSdk = 18) // Robolectric doesn't yet support 19
public class UncachedKeyringTest {
public class UncachedKeyringCanonicalizeTest {
static UncachedKeyRing staticRing;
static int totalPackets;