58 Commits

Author SHA1 Message Date
Daniel Aarno
719204b51f Actually test StringLikeTrait 2012-08-15 23:54:26 +02:00
Daniel Aarno
0272fa4739 Added test for Zshcompletionoutput - fails 2012-08-15 23:54:23 +02:00
Daniel Aarno
846214d4d7 Added tests for various Arg properties such as invalid flag/names and
DocBookOutput
2012-08-15 23:54:07 +02:00
Daniel Aarno
6c569f9e89 Always run test script in test-dir 2012-08-15 23:53:44 +02:00
Mike Smoot
a5105dc72a added patch to fix brief output with TCLAP_NAMESTRING defined 2011-05-22 11:50:16 -07:00
mes5k
3627d9402e updated changelog, news, docs, and added tests for flag and name defines 2011-04-16 22:31:18 +00:00
mes5k
94ed69a0d9 tweaked tests to reflect fix for mutually exclusive switches 2011-01-03 00:21:19 +00:00
mes5k
d6f5047688 added failing tests for XOR error message bug 2011-01-02 20:13:59 +00:00
mes5k
b8b1bb2467 make error message a bit more meaningful 2009-10-25 03:49:00 +00:00
mes5k
a7b1e0ce2b added test 73 based on bug reported by user 2009-07-28 19:49:26 +00:00
mes5k
352a838666 added support for parsing hex and octal ints as well as small fix to support gcc 4.4 2008-11-07 20:04:18 +00:00
zeekec
a15700d36d Rethrow ExitExceptions if we're not handling exceptions. 2008-08-19 22:18:47 +00:00
zeekec
3431fcfd78 Allow internal handling of parse errors to be turned off.
This allows exceptions for parse errors to be propagated to the caller.  Exiting
the program in parse is a bad idea generally, as we have no way of knowing what
cleanup needs to be done in the main program.
2008-07-21 17:20:57 +00:00
mes5k
cad795c4b8 tweaked tests to support dashes in arg names 2008-05-06 06:02:02 +00:00
mes5k
1edfa65f88 a bug fix for parsing vectors of strings and making sure that combined switches dont get confused 2007-10-02 06:27:42 +00:00
mes5k
891ad51730 fixed the delimiter in Arg::longID and Arg::shortID 2007-09-13 02:09:48 +00:00
macbishop
00f07eb977 Use ArgTraits instead of ValueExtractor specialization Bug 1711487 2007-06-14 21:02:01 +00:00
mes5k
37c112ddab changed the blankChar to the bell character instead of * 2007-04-21 05:28:42 +00:00
macbishop
0363ecf25d Exit with exit status 1 if a test fails (required by runtests.sh) 2007-02-17 14:52:51 +00:00
macbishop
17f112d4c2 Run the correct tests (not 0) 2007-02-17 14:52:15 +00:00
mes5k
54db78bd97 printing more useful message when missing required args and catching ArgException reference 2006-11-04 22:05:32 +00:00
mes5k
db4133a981 made a fix for a bug where - chars were within unlabeled value args 2006-10-06 16:49:15 +00:00
zeekec
3b6b7d0b2f Made changes to directory references to allow out of source builds. 2005-01-28 21:26:20 +00:00
mes5k
db95c71374 new output for default version and value required 2005-01-24 03:02:34 +00:00
mes5k
4cba69f53b new style version and required UnlabeledValueArgs 2005-01-24 03:01:42 +00:00
mes5k
c8a950af5b a script to compare test output 2005-01-24 02:59:57 +00:00
mes5k
00e2f3eb7e tests for MultiSwitchArg 2005-01-24 00:33:48 +00:00
mes5k
01e2c55370 xor test 2005-01-21 04:13:41 +00:00
mes5k
3c55406797 changes for xor bug 2005-01-21 04:04:24 +00:00
mes5k
b6b87d65f7 changed for constraints 2005-01-07 03:59:14 +00:00
mes5k
14ba43861a change for output override bug 2005-01-05 18:45:12 +00:00
mes5k
5d03a98f5d changed test7 for long prog names 2005-01-04 21:15:46 +00:00
mes5k
c297a6bf5f updated for - arg bug 2004-12-08 03:53:04 +00:00
mes5k
74353f79f4 changes for new test1 2004-10-22 00:38:42 +00:00
mes5k
163e089977 fixed a test5 bug 2004-10-21 01:59:49 +00:00
mes5k
87763dd292 updated output 2004-10-14 20:03:22 +00:00
mes5k
f8db10c85d minor fix so that we run all tests 2004-09-26 22:17:31 +00:00
macbishop
660f7e155a Now return 0 if all tests fail and 1 if any test fail 2004-09-26 15:07:06 +00:00
macbishop
61ddf68d75 Runs all tests and sumarizes the result 2004-09-26 14:58:06 +00:00
mes5k
6cc1ce8463 added tests for CmdLine arg 2004-09-12 02:35:14 +00:00
mes5k
c22fcbad64 not needed 2004-09-07 23:08:21 +00:00
mes5k
b7a7649bbf fixed to handle new exception on matching names/flags/desc 2004-09-07 22:12:27 +00:00
mes5k
4e311b2219 fixed test output for new formatting 2004-09-07 18:24:18 +00:00
mes5k
dc0aa2daf3 changed error output and added usage stuff 2004-08-11 02:53:50 +00:00
mes5k
93ced7abe3 allow tests 2004-07-04 03:01:48 +00:00
mes5k
4db77361df output updates 2004-02-13 23:23:32 +00:00
mes5k
13a999a662 updates 2004-02-10 04:52:41 +00:00
mes5k
7295d9d49b updates 2004-02-10 04:16:56 +00:00
mes5k
dc869fc0a9 fixed test3 stuff 2004-02-07 01:24:41 +00:00
mes5k
47153d7c6d added tests for reading extra incorrect values from arg 2004-02-07 01:20:12 +00:00