You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by ma...@apache.org on 2018/07/12 09:47:04 UTC

svn commit: r1835714 - /tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java

Author: markt
Date: Thu Jul 12 09:47:03 2018
New Revision: 1835714

URL: http://svn.apache.org/viewvc?rev=1835714&view=rev
Log:
Add debugging for Gump failure

Modified:
    tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java

Modified: tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java
URL: http://svn.apache.org/viewvc/tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java?rev=1835714&r1=1835713&r2=1835714&view=diff
==============================================================================
--- tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java (original)
+++ tomcat/trunk/test/javax/el/TestImportHandlerStandardPackages.java Thu Jul 12 09:47:03 2018
@@ -93,6 +93,8 @@ public class TestImportHandlerStandardPa
             Enumeration<URL> resources = cl.getResources(path);
             while (resources.hasMoreElements()) {
                 URL resource = resources.nextElement();
+                // Debugging for Gump failure
+                System.out.println("Scanning: [" + resource + "]");
                 File dir = new File(resource.toURI());
                 String[] files = dir.list();
                 for (String file : files) {



---------------------------------------------------------------------
To unsubscribe, e-mail: dev-unsubscribe@tomcat.apache.org
For additional commands, e-mail: dev-help@tomcat.apache.org