You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 
Stefan Bodewig 26dc323427 Test for Bugzilla Issue 58997 10 years ago
..
apt adapting code and tests since Apt is not available under JKD1.8 PR 55922 12 years ago
bzip2 Properly expand bzip2 files with multiple streams in <bunzip2> 13 years ago
commandlauncher AntUnit test for commandlauncher and a typo fix by Vimil Saju 13 years ago
condition verifying resourcexists works for URLs, see PR 53383 13 years ago
cvs these files are not needed for a working CVS repository 15 years ago
exec add a 'binaryOutput' attribute to redirector to prevent Ant from corrupting, well, binary output. PRs 56156 and 55667 12 years ago
importtests fix for Target rewriting for nested "include" only works when "as" is specified, Bugzilla PR 54940 13 years ago
javac-dir pset svn:eol-style native 19 years ago
optional no need to check for Java5 anymore 11 years ago
subant-helper (failing) AntUnit test for bug 30542 17 years ago
truncate merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
xslt Use a real transformation error instead of an XML parsing error in testTransformationError 17 years ago
zip accept a wider range of existing zip archives by being more lenient when parsing extra fields 16 years ago
.gitattributes use git attributes to control line-ends 11 years ago
ant-test.xml tests for PR 45226 17 years ago
antcall-test.xml tests for PR 45226 17 years ago
apt-test.xml adapting code and tests since Apt is not available under JKD1.8 PR 55922 12 years ago
augment-test.xml Added the augment task to manipulate existing references via Ant's basic introspection mechanisms. 16 years ago
broken_cd.zip an archive with an empty central directory is broken. PR 35000. Submitted by Thomas Aglassinger. 17 years ago
bunzip2-test.xml Make <bunzip2> really work with non-filesystem resources 10 years ago
checksum-test.xml allow more path 'views' of a file as elements inside <checksum>s pattern. PR 50114 15 years ago
concat-test.xml fixlastline didn't work when the no-arg read() method of MultiReader was used. PR 54672 12 years ago
copy-test.xml Don't delete the target if copy failed because the target was read-only. PR 53095 12 years ago
defaultexcludes-test.xml assorted spelling fixes by Lajos Veres - closes #4 12 years ago
delete-and-symlinks-test.xml removeNotFollowedSymlinks='true' might be deleting too eagerly. PR 53959 12 years ago
delete-test.xml don't ignore fileset's errorOnMissingDir in <delete> 15 years ago
dependset-test.xml changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
dirname-test.xml Refactor tests that use antunit-base so they all use the same output dir and share a common cleanup target, output goes to the temp directory. Fix some inconsistent line-ends as well. 17 years ago
ear-test.xml fix regression in <ear> that would allow multiple application.xml files. PR 6836 16 years ago
echo-test.xml adding an encoding attribute to the contains selector 13 years ago
echoxml-test.xml fix linefeeds 17 years ago
fail-test.xml behavior when property value is neither true nor false 16 years ago
get-test.xml use git attributes to control line-ends 11 years ago
gunzip-test.xml Make <gunzip> really work with non-filesystem resources 10 years ago
gzip-test.xml fix linefeeds 17 years ago
hostinfo-test.xml we shouldn't try to follow the different directions apache.org is taking 11 years ago
import-test.xml allow import of FileProvider or URLProvider resources 16 years ago
import-url-test.xml import failed to import file specified as absolute path imported from an URI/jar - PR 50953 12 years ago
include-test.xml fix for Target rewriting for nested "include" only works when "as" is specified, Bugzilla PR 54940 13 years ago
jar-spi-test.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
jar-test.xml merge filesetmanifest=mergewithoutmain even if no explicit manifest has been specified. PR 54171 12 years ago
java-test.xml Passing tests for PR 47844 16 years ago
javac-test.xml no need to check for Java5 anymore 11 years ago
javadoc-test.xml add testcase for PR 55015 12 years ago
length-test.xml Add resource attribute to length task. 16 years ago
loadproperties-test.xml test last property wins 16 years ago
loadresource-test.xml fix linefeeds 17 years ago
local-test.xml doc/test global locals 17 years ago
macrodef-test.xml add a test verifying properties get expanded twice in macrodef attributes by default. PR 52621 14 years ago
manifest-test.xml Make the test actually test anything apart from my copy-paste errors 13 years ago
manifestclasspath-test.xml manifestclasspath uses wrong path for parent directory of jar. Patch by Grégoire Vatry. PR 55049 12 years ago
move-test.xml Make <move> behave consistently for read-only destinations. PR 49261 16 years ago
parallel-test.xml don't allow tasks to finish in <parallel> when the manual says 'execution is terminated'. PR 49527 15 years ago
pathconvert-test.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
property-test.xml Test with @-sign like discussed on the user list. 11 years ago
propertyfile-test.xml use git attributes to control line-ends 11 years ago
propertyhelper-test.xml test needs beanshell in addition to BSF 12 years ago
replace-test.xml Test for Bugzilla Issue 58997 10 years ago
retry-test.xml clean up test files/dirs 17 years ago
rmic-test.xml testCompilerNotFound is not relevant if the class folder containing the adapter is on the system classpath like in Gump 15 years ago
secure-input.xml changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
signjar-test.xml changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
subant-test.xml tests for PR 45226 17 years ago
sync-test.xml when working on resources <sync> forgot about the source resources that are not out-of date. PR 51462 14 years ago
tar-test.xml Add a longfile='posix' option to tar task 13 years ago
taskdef-antlib-test.xml simply doesn't work on java5 12 years ago
taskdef-test.xml changes in order to get tests to pass under gump; resources paths used have to be standardized 15 years ago
tempfile-test.xml clean up after test 15 years ago
touch-test.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
unzip-test.xml accept a wider range of existing zip archives by being more lenient when parsing extra fields 16 years ago
uptodate-test.xml wrong bug number 16 years ago
utf-16.expected massive refactorings to Concat: fix failing testcases in HEAD, and implement ResourceCollection 19 years ago
utf-16.expected.windows -output for windows test 18 years ago
war-test.xml make war-test use more of antunit-base's infrastructure 16 years ago
web.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
whichresource-test.xml Refactor tests that use antunit-base so they all use the same output dir and share a common cleanup target, output goes to the temp directory. Fix some inconsistent line-ends as well. 17 years ago
xmlproperty-test.xml fix xmlproperty examples. PR 43583 16 years ago
xmlproperty.inline-expansion.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
xmlproperty.multi.xml merge license additions from 1.7 branch (i.e. revs 637870 to 637914) 18 years ago
xslt-test.xml Allow params of XSLT to be optionally typed. PR 21525. Submitted by František Kučera 12 years ago
zip-test.xml enable test 12 years ago