Thanks Cedric.
Here's what i'm seeing, every test run is done from the command line using 'mvn clean test'
Using 6.2 and verbose="5" on all <test> elements
Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
Using 6.2 without the verbose attribute
Tests run: 86, Failures: 0, Errors: 0, Skipped: 0
Using 6.3.1 and verbose="5" on all <test> elements:
Tests run: 139, Failures: 1, Errors: 0, Skipped: 0
Using 6.3.1 without the verbose attribute:
Tests run: 151, Failures: 3, Errors: 0, Skipped: 16
Using 6.4, and verbose="5" on all <test> elements
Tests run: 139, Failures: 1, Errors: 0, Skipped: 0
Using 6.4 without the verbose attribute:
Tests run: 145, Failures: 2, Errors: 0, Skipped: 11
This is quite confusing to say the least.