capitests: Allow tests to properly test optional arguments.
authorRichard W.M. Jones <rjones@redhat.com>
Wed, 6 Jul 2011 09:50:25 +0000 (10:50 +0100)
committerRichard W.M. Jones <rjones@redhat.com>
Wed, 6 Jul 2011 09:52:04 +0000 (10:52 +0100)
For optional arguments, you can now specify empty string to mean no
argument, except for String optional arguments where you must use
"NOARG" (empty string meaning a supplied empty string argument).


No differences found