I need to tone down the verbosity in all the jUnit test cases. They produce too much text output, which doesn't hurt anything, except it is hard to find any problems in the multitude of output produced.
I will be rearranging junit test cases into smaller and more logical test-suites. I already separated the test cases that require root privilege into its own separate group of tests. They can still be invoked using an ant target, when running under root. None the less with so many test cases, they still need to be broken down further. Possibly combined into bigger groups. Some test files only contain 1 or 2 test cases.