components/ant/patches/tests.patch
branchs11-update
changeset 3849 795cb0b252f8
parent 3830 d9fd82448491
child 3853 966a0e59a023
--- a/components/ant/patches/tests.patch	Wed Feb 18 12:08:43 2015 -0800
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,19 +0,0 @@
-https://issues.apache.org/bugzilla/show_bug.cgi?id=50507#c10
-http://svn.apache.org/viewvc?view=revision&revision=1297113
-
---- trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:08:43	1297112
-+++ trunk/src/tests/junit/org/apache/tools/ant/taskdefs/ExecTaskTest.java	2012/03/05 16:09:56	1297113
-@@ -103,10 +103,12 @@
-         logFile = new File(logFile.getAbsolutePath());
-         assertTrue("log file found after spawn", logFile.exists());
-     }
--    
-+
-+    /* XXX #50507 - fails at least on Linux
-     public void testOutAndErr() {
-         project.executeTarget("test-out-and-err");
-     }
-+    */
- 
-     private static class MonitoredBuild implements Runnable {
-         private Thread worker;