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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to