ReconnectionTest:: testAnonymousReconnection

Hi

This is another case where we need the test for whether we should test anonymous connections. So I changed the start of this test as shown below:

public void testAnonymousReconnection() throws Exception {

if (!isTestAnonymousLogin()) {

return;

}

//Rest of test code.

Regards

Nathan