Skip to content

Commit

Permalink
integration: Remove few repeating lines in DPMTest
Browse files Browse the repository at this point in the history
As these lines were getting repeated right before.

Change-Id: I51a38c1f1a416dbd62a99ab3edc18fb38716c31a
Signed-off-by: Marco Miller <marco.miller@ericsson.com>
Reviewed-on: https://git.eclipse.org/r/c/tracecompass/org.eclipse.tracecompass/+/197409
Tested-by: Trace Compass Bot <tracecompass-bot@eclipse.org>
Tested-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
Reviewed-by: Bernd Hufmann <bernd.hufmann@ericsson.com>
  • Loading branch information
marco-miller committed Dec 2, 2022
1 parent fe44a44 commit ae8f8cc
Showing 1 changed file with 0 additions and 6 deletions.
Expand Up @@ -80,12 +80,6 @@ public class DataProviderManagerTest {
.setId("org.eclipse.tracecompass.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider:lttng.analysis.futex");
EXPECTED_KERNEL_DP_DESCRIPTORS.add(builder.build());
builder = new DataProviderDescriptor.Builder();
builder.setName("Futex Contention Analysis - Latency Statistics")
.setDescription("Show latency statistics provided by Analysis module: Futex Contention Analysis")
.setProviderType(ProviderType.DATA_TREE)
.setId("org.eclipse.tracecompass.analysis.timing.core.segmentstore.SegmentStoreStatisticsDataProvider:lttng.analysis.futex");
EXPECTED_KERNEL_DP_DESCRIPTORS.add(builder.build());
builder = new DataProviderDescriptor.Builder();
builder.setName("Futex Contention Analysis - Latency Table")
.setDescription("Show latency table provided by Analysis module: Futex Contention Analysis")
.setProviderType(ProviderType.TABLE)
Expand Down

0 comments on commit ae8f8cc

Please sign in to comment.