Skip to content

Commit

Permalink
removed incorrect Notes.
Browse files Browse the repository at this point in the history
  • Loading branch information
ben-Draeger committed Feb 22, 2024
1 parent d4e4a3f commit b250f28
Showing 1 changed file with 0 additions and 5 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down Expand Up @@ -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
*/
Expand Down Expand Up @@ -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
*/
Expand Down

0 comments on commit b250f28

Please sign in to comment.