Jacopo Cappellato wrote:
On Aug 4, 2008, at 4:18 PM, Adam Heath wrote:
Jacopo Cappellato wrote:
yeah,
I am getting (and I have reported a few hours ago) a similar error
when receiving items into inventory.
Adam, did you get a chance to test the applications using the
framework components you have modified? If they are working for you,
then you may have missed to commit a part of your work.
I did test, but obviously not everything. It's not possible for a
human to test every single bit of the code; that's why we need more
automated tests.
I agree it would be great to have more and more automated tests; however
some of the ones that we already have were failing due to the casting
error in the "iterate" operation... I guess you didn't run them :-)
You're right, I didn't. Sorry.
Running tests at the top-level, for the entire container, can be painful
when one is working on an isolated level. It needs to be simple to run
a tests in smaller chunks.
On that note, I'm going to start working on junit tests for individual
bits of code; minilang will be the first one that I do. I'll get the
basic stuff started, then it should be easy for others to see how I'm
doing it, and help out with it.