I had a sudden panic when my JUNIT test cases failed but later figured out it was a configuration error in the test case setup. Unfortunately since it was test code it assumed the configuration would be correct. Production code tends to be more forgiving as it reports the errors more fully but the test code quick and dirty and fails nastily when it hits something it can't cope with.
Posted by stuartcw at August 23, 2002 01:31 PM