|
|
@@ -28,7 +28,7 @@ public class EtlTest {
|
|
28
|
28
|
assertEquals(expected, etl.transform(old));
|
|
29
|
29
|
}
|
|
30
|
30
|
|
|
31
|
|
- @Ignore
|
|
|
31
|
+ @Ignore("Remove to run test")
|
|
32
|
32
|
@Test
|
|
33
|
33
|
public void testTransformMoreValues() {
|
|
34
|
34
|
Map<Integer, List<String>> old = new HashMap<Integer, List<String>>() {
|
|
|
@@ -52,7 +52,7 @@ public class EtlTest {
|
|
52
|
52
|
assertEquals(expected, etl.transform(old));
|
|
53
|
53
|
}
|
|
54
|
54
|
|
|
55
|
|
- @Ignore
|
|
|
55
|
+ @Ignore("Remove to run test")
|
|
56
|
56
|
@Test
|
|
57
|
57
|
public void testMoreKeys() {
|
|
58
|
58
|
Map<Integer, List<String>> old = new HashMap<Integer, List<String>>() {
|
|
|
@@ -76,7 +76,7 @@ public class EtlTest {
|
|
76
|
76
|
assertEquals(expected, etl.transform(old));
|
|
77
|
77
|
}
|
|
78
|
78
|
|
|
79
|
|
- @Ignore
|
|
|
79
|
+ @Ignore("Remove to run test")
|
|
80
|
80
|
@Test
|
|
81
|
81
|
public void testFullDataset() {
|
|
82
|
82
|
Map<Integer, List<String>> old = new HashMap<Integer, List<String>>() {
|