Issue 26: firm up internal unit tests
Status:  Fixed
Owner:
Closed:  Feb 2008
Cc:
Project Member Reported by marc.es...@gmail.com, Nov 6, 2007
must do: make sure unit tests cover framework code.
 
Nov 6, 2007
Project Member #1 marc.es...@gmail.com
i started adding more assertion tests into AssertTest.cfc. One thing I saw which I 
didn't see before: assertEquals on two strings is case sensitive. is this 
intentional?
Dec 14, 2007
Project Member #2 virtix
All internal tests should be kept in mxunit/tests/{package} and use the ant build
there to run all before svn commit. Also, need to have some code coverage metric
i.e., method vs method or SLOC or whatever ... something. Also, there are some more
framework components that need additional tests. I'm plugging at is slowly and each
time I find something. 
Status: In
Jan 24, 2008
Project Member #3 virtix
How are we on this?
Jan 24, 2008
Project Member #4 marc.es...@gmail.com
i think we're good. i think we're at rubber-meets-the-road time now... we just have
to get the framework used to really see what it can do.

i wrote tests for all the problems mike henke found and so those problems appear to
be resolved.
Feb 11, 2008
Project Member #5 virtix
(No comment was entered for this change.)
Status: Fixed