Renaming of as-is.
This commit is contained in:
+1
-9
@@ -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)
|
||||
// }
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user