1
I Use This!
Inactive

Commits : Listings

Analyzed about 4 hours ago. based on code collected about 12 hours ago.
Apr 27, 2023 — Apr 27, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
first step to having a nightly build that runs on the sourceforge compile farm More... over 18 years ago
can now call the test programs from anywhere and they will source the shUnit program correctly. previously, you had to be in the same directory as the shUnit script itself when you ran a test program More... over 18 years ago
bug #1121025: protecting variables from interference by prepending either 'shu' or 'SHU_' to them More... over 18 years ago
+ switched to explicitly declaring variables as local + switched to using `expr` to increment counter variables as the use of `wc` was kludgey + refactored the failure string so that it doesn't contain the test name since that was redundant + moving towards 'protecting' all of the variables (c.f. request #1121025 on the sourceforge site, http://sourceforge.net/tracker/index.php?func=detail&aid=1121025&group_id=100726&atid=628187) More... over 18 years ago
+ renamed StrToPrint to shuFmtNbrTests to make it more clear + refactored shuFmtNbrTests in order to make it testable and simplified the code + refactored common code out of shuAssert and shuDeny to a new function, shuRegisterFailedTest + added a test that fails intentionally to verify that the INT_TOTAL_NBR_FAILED increments properly More... over 18 years ago
tail -# is deprecated More... over 18 years ago
should now work even if the test file isn't executable More... over 18 years ago
switched to php so that we can wrap our pages with top and bottom for a consisten look and feel (plus other goodies ;-) More... over 19 years ago
add tests for shuDeny More... over 19 years ago
fix shuDeny to accept any non zero return code (used to only accept 1); fix contact information More... over 19 years ago
oops, had my email address wrong More... over 19 years ago
got the first, very rough draft up on the main website More... over 19 years ago
will now call setUp() before each test is run and tearDown() after each test is run just like JUnit does More... over 19 years ago
switched to common naming sching for test functons + removed the testing of noDumps as it shouldn't have been there anyway More... over 19 years ago
fixed all of the failing tests and moved them into the regular shUnitPlusTest script + removed tests with no shuAsserts More... over 19 years ago
replaced mock tests with real ones to give coverage of the shuRegTest and shuRunOneTest functions of shUnit More... over 19 years ago
fixed a bug where it was trying to execute non-existan functions More... over 19 years ago
make it work with Bourne shell (sh) as well as ksh and bash -- see patch #1066447 for details More... over 19 years ago
swc new function More... about 20 years ago
Expanded tests More... about 20 years ago
Original version More... about 20 years ago