[ARTEMIS-142] fixing tests

https://issues.apache.org/jira/browse/ARTEMIS-142

I have previously exposed this exception as some errors were being hidden

Now that I have cleared those, It's best to remove this as some errors are now happening
This commit is contained in:
Clebert Suconic 2015-06-22 10:13:01 -04:00
parent 455f0e394e
commit 6c5e206c19
1 changed files with 0 additions and 2 deletions

View File

@ -1358,8 +1358,6 @@ public class ClientSessionFactoryImpl implements ClientSessionFactoryInternal, C
transportConnection = null;
connector = null;
throw new RuntimeException(cause.getMessage(), cause);
}
return transportConnection;