667 Commits (c04d3e26a9afaea3f3c8474e0f6414cb6bc5f535)

Author SHA1 Message Date
  Jesse N. Glick 61ade34e43 #51049: <junitreport> mishandled ${line.separator}. 14 years ago
  Jesse N. Glick b31adfe835 JUnitReportTest.testStackTraceLineBreaks was failing for me. 14 years ago
  Stefan Bodewig 5ecf92bf58 add an option to suppress the artifical package-info.class files created by <javac>. PR 52096 14 years ago
  Stefan Bodewig 28c651a95a Empty package-info.class is created in wrong directory if no destdir is specified. PR 51947 14 years ago
  Jesse N. Glick 735f3fca3e #51668: JAXP regression preventing <junitreport> from working in JDK 7 w/ SecurityManager. 14 years ago
  Jesse N. Glick ed37e77d9e Fails to reproduce https://netbeans.org/bugzilla/show_bug.cgi?id=201022 but might as well leave it here. 14 years ago
  Stefan Bodewig d121ce11a1 never filter out the first line of the exception stack trace in junit so the failure message is preserved 14 years ago
  Stefan Bodewig 087f028977 JUnit's filtertrace swallows the assert failure message if it contains the word 'more' as reported on the user list - http://mail-archives.apache.org/mod_mbox/ant-user/201107.mbox/%3CCAPsH_EDFnhkW4Y4r87U2jmN2gKPAyK6ZJX5F-4ohC6tJ9rXi6Q@mail.gmail.com%3E 14 years ago
  Stefan Bodewig 82642e35eb when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462 14 years ago
  Stefan Bodewig 6f56a47261 support multiple resource collections in sync. PR 51462 14 years ago
  Nicolas Lalevee 309943afdb BR 41986 14 years ago
  Antoine Levy-Lambert ab38cf7504 tweaking tests affecting by having made flush a no-op in fixing bug 50507 14 years ago
  Stefan Bodewig 171a1f35e3 raise a more useful error when a class cannot be loaded because of a SecurityException in the hasmethod condition. PR 51035. 14 years ago
  Antoine Levy-Lambert 1369b7ee39 creating test for bugrep 50507 Exec task may mix the stderr and stdout output while logging it 14 years ago
  Matthew Jason Benson 314d4d7ba7 Bug 51044 - Allow a <propertyset> in an <expandproperties> filter 14 years ago
  Matthew Jason Benson 17520fdfdd add basic functionality test for expandproperties filter 14 years ago
  Matthew Jason Benson 5909b77dc4 add a basic resources test, plus a failing test demonstrating that propertysets with mappers don't function properly wrt returning resource iterators 14 years ago
  Matthew Jason Benson 778d54d381 move propertyset test to antunit 14 years ago
  Matthew Jason Benson 5ba5cd0725 add (failing) testcase that exposes a current weakness of fileResource 14 years ago
  Matthew Jason Benson 48c55de75f allow to specify name when using concat as a resource 14 years ago
  Nicolas Lalevee 9fb3d4fa86 BR 50960. Use autoflush so that content get pushed to the forked application 14 years ago
  Nicolas Lalevee edaa68e6de Bug #50866: 15 years ago
  Antoine Levy-Lambert 20372c38fa fixing test for gump 15 years ago
  Antoine Levy-Lambert 4634eae4e2 testCompilerNotFound is not relevant if the class folder containing the adapter is on the system classpath like in Gump 15 years ago
  Antoine Levy-Lambert ad08d0cbc9 testAdapterNotFound was failing in gump because the adapter in the gump environment is systematically on the classpath 15 years ago
  Antoine Levy-Lambert 039e4fa404 antunit-base.xml was not imported from this file, but needed to define some properties like 15 years ago
  Antoine Levy-Lambert e9c2dc92e8 intervert execution order of tearDown and antunit-base.tearDown 15 years ago
  Stefan Bodewig d65fcc7056 redirect makes test fail on my machine 15 years ago
  Stefan Bodewig 564de6c5fb sync with build.xml 15 years ago
  Stefan Bodewig ff69b5124b consistency 15 years ago
  Stefan Bodewig e466d8e0bd redundant delete 15 years ago
  Stefan Bodewig 3d5e58186f try a bit harder to delete used jars 15 years ago
  Antoine Levy-Lambert bfce233a2f changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
  Stefan Bodewig 8a8af50e58 tearDown target has been removed from propertyhelper-test 15 years ago
  Stefan Bodewig 1cbc0fe760 embrace antunit-base here as well 15 years ago
  Stefan Bodewig 9585f199b3 embrace antunit-base 15 years ago
  Stefan Bodewig 0588dc863d reduce the number of different directories tests compile classes to 15 years ago
  Jesse N. Glick 74fb3d870d #50543: decodeUri broken for non-ASCII chars in input. 15 years ago
  Jesse N. Glick 5ad76f7166 testFailNone (now renamed testTestMethods) was passing without actually doing anything. 15 years ago
  Antoine Levy-Lambert bb2695af14 fix for bug 50515, incorrect unicode escapes in propertyfile task 15 years ago
  Antoine Levy-Lambert 913929ecca adding a reference to the bug report 15 years ago
  Antoine Levy-Lambert 8676c1c61b test for bug 50515 15 years ago
  Antoine Levy-Lambert 222846dc00 needed for execution of single methods according to email of Jesse Glick. Bugzilla 34748.reference of the email http://mail-archives.apache.org/mod_mbox/ant-dev/201012.mbox/%3Cloom.20101217T222806-442@post.gmane.org%3E 15 years ago
  Antoine Levy-Lambert 1ffcacd800 get 100% passing tests under Windows jdk 1.5 - the JRE 1.5 is not able to open a jar URL when the jar is in a path containing an exclamation mark in the middle 15 years ago
  Stefan Bodewig 9fcf95ae09 A Hashtable subclass that works like a LinkedHashMap. Will be useful for PR 50297 15 years ago
  Stefan Bodewig a28f64f5cf fix a bunch of warnings you get when building on Harmony which uses Eclipse's compiler. There are still lots (more than 100) of deprecation warnings and warnings about missing serialversionids that I have ignored. 15 years ago
  Jan Materne ae9303a220 typo + whitespace 15 years ago
  Jesse N. Glick 23b52c4827 Compilability under JDK 1.4/5 too, sigh. 15 years ago
  Jesse N. Glick 3b604c9b6e JDK 7 compilability. 15 years ago
  Nicolas Lalevee 9d678b51da fix grammar 15 years ago