Hi,
You seem to have found a bug in our tests, which I have just fixed.
Your NetBeans should propose an update, if not you can download it manually from TMC-menu in NetBeans. Or you could just run tests on the server.
Correct test output is:
B_HandTest comparingWorks3
Hand hand1 = new Hand();
hand1.add( new Card(12,Card.HEARTS) );
Hand hand2 = new Hand();
hand2.add( new Card(3,Card.CLUBS) );
hand2.add( new Card(9,Card.CLUBS) );
hand2.compareTo(hand1)
expected: <0> but was: <1>
Sorry for your trouble.
BR
Joni