Renaming of as-is.

This commit is contained in:
Fabian Märki
2016-11-08 09:28:36 +01:00
parent 6dbd79bbd0
commit a4cdf8f1c4
3 changed files with 23 additions and 19 deletions
@@ -1443,7 +1443,7 @@ public class QueryRestControllerJsonTableTest extends AbstractDaqRestTest {
}
@Test
public void testPulseRangeQuery_Match_KeepAsIs() throws Exception {
public void testPulseRangeQuery_Match_ProvideAsIs() throws Exception {
Map<String, Set<Long>> channelSeq = new HashMap<>();
Set<Long> channel_01_Seq = new LinkedHashSet<>(Arrays.asList(0L, 2L, 4L, 5L));
String channel_01 = "TestChannel_Sequence_" + Arrays.toString(channel_01_Seq.toArray());
@@ -2128,12 +2128,4 @@ public class QueryRestControllerJsonTableTest extends AbstractDaqRestTest {
.andExpect(MockMvcResultMatchers.jsonPath("$[7]").doesNotExist());
}
// @Test
// public void testIncompleteMapping_01() throws Exception {
// asdfadsf
//
// - several events in same bin
// - missing events for bin (incomplete=true/false)
// }
}