Skip to content

Commit

Permalink
SDCCC-1211 Fix linting
Browse files Browse the repository at this point in the history
  • Loading branch information
midttuna committed Mar 25, 2024
1 parent 205349e commit 2c00fd2
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 9 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@

package com.draeger.medical.sdccc.tests.biceps.invariant;

import static com.draeger.medical.sdccc.util.Constants.REF_ELEMENT_QUERY;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;

import com.draeger.medical.sdccc.configuration.EnabledTestConfig;
import com.draeger.medical.sdccc.manipulation.precondition.impl.ManipulationPreconditions;
import com.draeger.medical.sdccc.messages.MessageStorage;
Expand All @@ -17,19 +21,14 @@
import com.draeger.medical.sdccc.tests.annotations.TestIdentifier;
import com.draeger.medical.sdccc.util.XPathExtractor;
import com.google.inject.Injector;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.stream.Collectors;
import javax.xml.xpath.XPathExpressionException;
import org.apache.logging.log4j.LogManager;
import org.apache.logging.log4j.Logger;
import org.junit.jupiter.api.BeforeEach;
import org.junit.jupiter.api.Test;

import javax.xml.xpath.XPathExpressionException;
import java.util.concurrent.atomic.AtomicInteger;
import java.util.stream.Collectors;

import static com.draeger.medical.sdccc.util.Constants.REF_ELEMENT_QUERY;
import static org.junit.jupiter.api.Assertions.assertTrue;
import static org.junit.jupiter.api.Assertions.fail;

/**
* Test for the normative Annex of BICEPS.
*/
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,6 @@ void setUp() {
+ " all contained handles are unique.")
@RequirePrecondition(
manipulationPreconditions = {ManipulationPreconditions.RemoveAndReinsertDescriptorManipulation.class})

void testRequirementR0007() throws NoTestData, IOException {
// NOTE: MdibHistorian checks the uniqueness of Handles in all MdibVersions.
// However, its checks are missing duplicate handles introduced by ContextReports.
Expand Down

0 comments on commit 2c00fd2

Please sign in to comment.