14
I Use This!
Activity Not Available

Commits : Listings

Analyzed about 1 year ago. based on code collected about 1 year ago.
Jan 18, 2023 — Jan 18, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
Fixed semicolor error. Two lessons to learn from this: 1. Compile and run to test even the smallest change. 2. Even though semi-colons are optional in the last line of a block, always put one in anyway. More... over 24 years ago
Updated with last of JM changes. More... over 24 years ago
Brought back for compatability More... over 24 years ago
Moved to examples directory More... over 24 years ago
progress bar updating now happens after test is executed More... over 24 years ago
Moved here from src directory More... over 24 years ago
Ported from DelphiUnit More... over 24 years ago
Updated to use TestFramework.pas instead of DUnit.pas More... over 24 years ago
no message More... over 24 years ago
no message More... over 24 years ago
small fix the progress/score bar should count the enabled tests instead of ALL tests More... over 24 years ago
Oops! The version number was already bumped. The new version no is 3.2.3 More... over 24 years ago
Bumped version to 3.2.4 to make things ready for next release. More... over 24 years ago
Replaced DUNIT.HLP by TestFramework.hlp which is a little bit more current. More... over 24 years ago
Changed to the Mozilla Public License. More... over 24 years ago
Lincense boilerplate updated to Mozilla Public License. DUnit.pas replaced by TestFramework.pas for consistency with JUnit. DUnitGUI.pas replaced by GUITestRunner.pas for consistency with JUnit. Moved Text UI stuff to TextTestRunner.pas. Removed dependecies on the Collections library from the framework. Made assertion mechanism selectable by a $DEFINE. Fixed bug in assertNotEquals, which was using the same message as assertEquals. Some code formatting. More... over 24 years ago
tests the TmethodEnumerator class to make sure it can properly enumerate the test methods in a class More... over 24 years ago
adds TMethodEnumerator which abstracts the code to automagically get test methods from the published section More... over 24 years ago
Changed longint types to integer - same data type, but integer type is more common. More... over 24 years ago
adds a test progress bar to indicate overall progress of tests executed More... over 24 years ago
modified progress bar update so that only percentage of tests that passed is displayed More... over 24 years ago
reconciles TTestCase.assertEquals to test for longints instead of integers More... over 24 years ago
Hopefully, a binary, non-corrupted version of the form. More... over 24 years ago
fixed the implementation declaration of tmapview.clear to match the header definition More... over 24 years ago
completed the implementation for assertEquals that works with integers More... over 24 years ago
Added an admin directory to the list of ignored files so local copies of administrative files are ignored while performing CVS commands over a project. More... over 24 years ago
Updated copyright notice More... over 24 years ago
BUG#108815: Screenshot.gif not included in distribution zip file. Changed the makefile so only the zip file is generated with make dist. Added .cvsignore file to ignore dist and scratch directories. More... over 24 years ago
BUG#108748: Link to mailing list broken. Fixed. BUG#108816: Instructions for contributing are outdated. Fixed the worse of it. Updated the log to reflect the move to SourceForge. Updated the list of contributors to mention the DUnit Group. More... over 24 years ago
Initial revision More... over 24 years ago