Details
-
Bug
-
Status: Closed
-
Minor
-
Resolution: Fixed
-
None
-
None
-
None
Description
The test cases in the Bigbank and Helloworld sample projects should not print to System.out. Most of these test cases use a "verbose" flag to control the output, it should be set to false. I think that this verbose flag was initially there to allow a different output when the test cases would be run as regular Java programs from their main method, but I'm not sure this is really necessary since these samples have separate clients with a main method. So it's probably even better to just remove the verbose flag and the main method altogether.