[java-idp-integration-tests] branch master updated: Remove debugging

Tom Zeller tzeller at dragonacea.biz
Wed Jan 29 13:36:42 EST 2020


This is an automated email from the git hooks/post-receive script.

tzeller pushed a commit to branch master
in repository java-idp-integration-tests.

View the commit online:
http://git.shibboleth.net/view/?p=java-idp-integration-tests.git;a=commit;h=e23b409435edc0a3d446d0d6141e1c90d30f8989

The following commit(s) were added to refs/heads/master by this push:
       new  e23b409   Remove debugging
e23b409 is described below

commit e23b409435edc0a3d446d0d6141e1c90d30f8989
Author: Tom Zeller <tzeller at dragonacea.biz>
AuthorDate: Wed Jan 29 12:36:30 2020 -0600

    Remove debugging
---
 src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java | 9 ---------
 1 file changed, 9 deletions(-)

diff --git a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
index 8df6742..0529ac5 100644
--- a/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
+++ b/src/test/java/net/shibboleth/idp/test/BaseIntegrationTest.java
@@ -1021,15 +1021,6 @@ public abstract class BaseIntegrationTest
         final Charset charset = StandardCharsets.UTF_8;
 
         String content = new String(Files.readAllBytes(pathToFile), charset);
-        
-        
-        Matcher m = Pattern.compile(regex).matcher(content);
-        if (m.find()) {
-            System.out.println("Matcher found " + m.group(0));
-        } else {
-            System.out.println("Matcher did not find");
-        }
-        
         content = content.replaceAll(regex, replacement);
         Files.write(pathToFile, content.getBytes(charset));
     }

-- 
To stop receiving notification emails like this one, please contact
the administrator of this repository.


More information about the commits mailing list