diff --git a/sdccc/src/test/java/com/draeger/medical/sdccc/tests/util/MdibHistorianTest.java b/sdccc/src/test/java/com/draeger/medical/sdccc/tests/util/MdibHistorianTest.java index 48adc983..c6bde651 100644 --- a/sdccc/src/test/java/com/draeger/medical/sdccc/tests/util/MdibHistorianTest.java +++ b/sdccc/src/test/java/com/draeger/medical/sdccc/tests/util/MdibHistorianTest.java @@ -938,8 +938,6 @@ void testApplyReportOnStorageRegressionCalledWithOperationInvokedReport() { /** * Tests if applyReportOnStorage() can gracefully ignore SystemErrorReports. - * NOTE: this is a regression test: before it was fixed, applyReportOnStorage() did fail with an Exception - * in this case. */ @Test void testApplyReportOnStorageRegressionCalledWithSystemErrorReport() { @@ -1001,8 +999,6 @@ void testUniqueEpisodicReportBasedHistoryUntilTimestampRegressionWithOperationIn /** * Tests if uniqueEpisodicReportBasedHistoryUntilTimestamp() gracefully ignores SystemErrorReports. - * NOTE: this is a regression test as uniqueEpisodicReportBasedHistoryUntilTimestamp() failed in this case - * before. * @throws JAXBException - when thrown by the MessageStorage * @throws IOException - when thrown by the MessageStorage */ @@ -1088,7 +1084,6 @@ void testEpisodicReportBasedHistoryRegressionWithOperationInvokedReport() throws /** * Tests if episodicReportBasedHistory() gracefully ignores SystemErrorReports. - * NOTE: this is a regression test as episodicReportBasedHistory() failed in this case before. * @throws JAXBException - when thrown by the MessageStorage * @throws IOException - when thrown by the MessageStorage */