Commit Graph

30 Commits

Author SHA1 Message Date
Stefan Bodewig ee72769dd0 Tagging version 1.4 of AntUnit
-----BEGIN PGP SIGNATURE-----
 
 iHEEABECADEWIQTOgHWiUVR77iSbwVGiEVrhX2uLcgUCWzBxkBMcYm9kZXdpZ0Bh
 cGFjaGUub3JnAAoJEKIRWuFfa4tyFgcAn2m21w7zVQD0xuNhl19BLeEsKia+AJ97
 px5k88sqIing0vOfttvWU8p8Aw==
 =5sOU
 -----END PGP SIGNATURE-----

Merge tag 'rel/1.4' and prepare for next iteration

Tagging version 1.4 of AntUnit
2018-06-25 06:41:53 +02:00
Stefan Bodewig f66f1178dc AntUnit now requires Ant 1.8.1 2018-06-22 06:44:05 +02:00
Stefan Bodewig 66206e00ce ensure the next release, if any, uses proper ivy coordinates 2017-06-01 19:54:40 +02:00
Stefan Bodewig 7396c8b6a6 Try to reduce the risk of StackOverflow/OOM in report
Submitted by: Ryan Bennitt
Bugzilla: https://issues.apache.org/bugzilla/show_bug.cgi?id=57341
2014-12-26 12:55:42 +01:00
Stefan Bodewig 7ff37634d2 version bump and post-release changes
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1594545 13f79535-47bb-0310-9956-ffa450edef68
2014-05-14 11:46:02 +00:00
Stefan Bodewig 43f3355f07 properly document PR 56470
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1592938 13f79535-47bb-0310-9956-ffa450edef68
2014-05-07 04:00:43 +00:00
Stefan Bodewig 791b182df0 PR 56470 - add line breaks between the captured log messages
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591972 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:53:14 +00:00
Stefan Bodewig 07c05b0034 PR 43582 add a new AntUnitListener that immediately forwards all log output
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591967 13f79535-47bb-0310-9956-ffa450edef68
2014-05-02 16:40:26 +00:00
Stefan Bodewig 612c532036 PR 53383 add new assertions that really work with non-file resoucres
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1591586 13f79535-47bb-0310-9956-ffa450edef68
2014-05-01 09:57:49 +00:00
Stefan Bodewig e751bcabf6 1.2 released. also update viewvc link while I was inside the doap file
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1158138 13f79535-47bb-0310-9956-ffa450edef68
2011-08-16 07:38:07 +00:00
Stefan Bodewig 31fc48b724 clarify status of JUnit adapters
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1156456 13f79535-47bb-0310-9956-ffa450edef68
2011-08-11 02:47:00 +00:00
Stefan Bodewig 4b7f0604d8 verify a resource exists prior to validating its contents
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1063192 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 09:43:27 +00:00
Stefan Bodewig 7a4cc46b0a new assertResourceExists and assertResourceDoesntExist conditions
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@1063181 13f79535-47bb-0310-9956-ffa450edef68
2011-01-25 09:29:02 +00:00
Stefan Bodewig 048cade8bd merge err/out changes from Ant's trunk (output to HTML rather than plain text)
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@954537 13f79535-47bb-0310-9956-ffa450edef68
2010-06-14 16:13:56 +00:00
Stefan Bodewig d522fdbd22 typo
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@953004 13f79535-47bb-0310-9956-ffa450edef68
2010-06-09 13:46:06 +00:00
Stefan Bodewig 95b8daf2a7 allow passing references from antunit task to tests. PR 49168. Submitted by Jason Trump
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@939555 13f79535-47bb-0310-9956-ffa450edef68
2010-04-30 04:25:04 +00:00
Nicolas Lalevee 96347e9cd7 Add a fail task that makes a test case fail if no condition is provided or if the provided one is evaluated to false
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@829913 13f79535-47bb-0310-9956-ffa450edef68
2009-10-26 19:25:01 +00:00
Nicolas Lalevee 2e0ffe0ee8 fix: assertPropertyContains was not checking the value of the property but the name of the property.
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@826221 13f79535-47bb-0310-9956-ffa450edef68
2009-10-17 10:41:04 +00:00
Stefan Bodewig fa15dbd298 Ant's Bugzilla issue 39492 applies to AntUnit as well. Properly escape XML in stacktraces
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@796145 13f79535-47bb-0310-9956-ffa450edef68
2009-07-21 05:03:02 +00:00
Scokart Gilles 5220af86b5 Add Junit3 and Junit4 adapters allowing to launch AntUnit script from JUnit runner (I still have some weakness to fix in the junit4 runner)
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@743906 13f79535-47bb-0310-9956-ffa450edef68
2009-02-12 22:21:28 +00:00
Scokart Gilles 6d3eaa3685 expectfailure report the original build exception chained when failing
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@718551 13f79535-47bb-0310-9956-ffa450edef68
2008-11-18 10:58:47 +00:00
Stefan Bodewig 21eb3ef586 prepare for release
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@697003 13f79535-47bb-0310-9956-ffa450edef68
2008-09-19 09:18:30 +00:00
Stefan Bodewig b015abd416 add a resourceDoesntContain assertion
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@688099 13f79535-47bb-0310-9956-ffa450edef68
2008-08-22 15:33:21 +00:00
Stefan Bodewig 81a6051f78 Log properties in xmllistener, Submitted by David Jackman, PR 43614
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@645897 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 13:13:20 +00:00
Stefan Bodewig ed30b0142c bookkeeping
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@645887 13f79535-47bb-0310-9956-ffa450edef68
2008-04-08 12:54:49 +00:00
Stefan Bodewig 5bba63253a Add license
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@641483 13f79535-47bb-0310-9956-ffa450edef68
2008-03-26 19:00:21 +00:00
Stefan Bodewig 3407316623 new assertDoesntMatch assertion, bugzilla issue 43639, submitted by David Jackman
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@601404 13f79535-47bb-0310-9956-ffa450edef68
2007-12-05 16:41:42 +00:00
Stefan Bodewig b0e3a32709 test for issue 43639
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@601400 13f79535-47bb-0310-9956-ffa450edef68
2007-12-05 16:35:11 +00:00
Kevin Jackson 1569b3786a -bugzilla #43466
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@581773 13f79535-47bb-0310-9956-ffa450edef68
2007-10-04 04:15:55 +00:00
Stefan Bodewig e71d9dfa2b autogenerate WHATSNEW from changes.xml
git-svn-id: https://svn.apache.org/repos/asf/ant/antlibs/antunit/trunk@552398 13f79535-47bb-0310-9956-ffa450edef68
2007-07-02 04:20:52 +00:00