From b250f287254d2340fbae9ff6887657e53e593c2b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Bj=C3=B6rn=20Engelmann?= Date: Thu, 22 Feb 2024 12:59:24 +0100 Subject: [PATCH] removed incorrect Notes. --- .../draeger/medical/sdccc/tests/util/MdibHistorianTest.java | 5 ----- 1 file changed, 5 deletions(-) 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 */