diff options
author | Peter Carbonetto | 2017-07-18 13:56:10 -0500 |
---|---|---|
committer | Peter Carbonetto | 2017-07-18 13:56:10 -0500 |
commit | 42dc643e44563f64d3b7593c051898b7879d9878 (patch) | |
tree | 33fcd6aa1066016aea9b54e97a84f4250562c007 /test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt | |
parent | 8de8f701755b3dc4c042591541aa86bfda02f36b (diff) | |
download | pangemma-42dc643e44563f64d3b7593c051898b7879d9878.tar.gz |
Moved shunit2 files to test directory.
Diffstat (limited to 'test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt')
-rw-r--r-- | test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt | 73 |
1 files changed, 73 insertions, 0 deletions
diff --git a/test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt b/test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt new file mode 100644 index 0000000..110a37a --- /dev/null +++ b/test/shunit2-2.0.3/doc/RELEASE_NOTES-2.0.1.txt @@ -0,0 +1,73 @@ +RELEASE NOTES FOR 2.0.1 + +This release is mostly a brown-bag release. Not so nice for the second release +ever of the product, but that's what I get for trying to get something out +there that I hadn't fully looked through one last time. + + +TESTED PLATFORMS + +This list of platforms comes from the latest version of log4sh as shunit2 is +used in the testing of log4sh on each of these platforms. + +Cygwin ++ bash 3.2.9(10) ++ pdksh 5.2.14 + +Linux ++ bash 3.1.17(1) ++ dash 0.5.3 ++ ksh 1993-12-28 ++ pdksh 5.2.14 ++ zsh 4.3.2 (does not work) + +Mac OS X 1.4.8 (Darwin 8.8) ++ bash 2.05b.0(1) ++ ksh 1993-12-28 + +Solaris 8 U3 (x86) ++ /bin/sh ++ bash 2.03.0(1) ++ ksh M-11/16/88i + +Solaris 10 U2 (sparc) ++ /bin/sh ++ bash 3.00.16(1) ++ ksh M-11/16/88i + +Solaris 10 U2 (x86) ++ /bin/sh ++ bash 3.00.16(1) ++ ksh M-11/16/88i + + +NEW FEATURES + +None. + + +CHANGES AND ENHANCEMENTS + +The documentation regarding the assertTrue() and assertFalse() functions was +updated to reflect their proper usage. They are shell test condition evaluators +(e.g. "[1 -eq 2]") rather than simple 0/1 comparators. + + +BUG FIXES + +The fail*() functions were doing the exact opposite of what they were supposed +to be doing. They have been fixed. + + +DEPRECATED FEATURES + +None. + + +KNOWN BUGS AND ISSUES + +None. + + +$Revision$ +vim:spell |