You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@maven.apache.org by GitBox <gi...@apache.org> on 2023/01/04 19:19:18 UTC

[GitHub] [maven-integration-testing] psiroky commented on a diff in pull request #224: [MNG-7661] Fix deprecated verifier calls

psiroky commented on code in PR #224:
URL: https://github.com/apache/maven-integration-testing/pull/224#discussion_r1061809167


##########
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng1803PomValidationErrorIncludesLineNumberTest.java:
##########
@@ -64,7 +64,6 @@ public void testit()
         }
         finally
         {
-            verifier.resetStreams();
         }

Review Comment:
   Fixed, thanks for spotting this.



##########
core-it-suite/src/test/java/org/apache/maven/it/MavenITmng2199ParentVersionRangeTest.java:
##########
@@ -65,7 +65,6 @@ public void testValidParentVersionRangeWithInclusiveUpperBound()
         {
             if ( verifier != null )
             {
-                verifier.resetStreams();
             }
         }

Review Comment:
   Fixed, thanks for spotting this.



-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: issues-unsubscribe@maven.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org