mirror of https://github.com/apache/activemq.git
remove deprecated usage of junit framework
This commit is contained in:
parent
00e4b25357
commit
113a3815b0
|
@ -37,8 +37,8 @@ import org.slf4j.Logger;
|
|||
import org.slf4j.LoggerFactory;
|
||||
|
||||
|
||||
import static junit.framework.Assert.assertTrue;
|
||||
import static junit.framework.Assert.fail;
|
||||
import static org.junit.Assert.assertTrue;
|
||||
import static org.junit.Assert.fail;
|
||||
|
||||
/**
|
||||
* Test to see if the JDBCExceptionIOHandler will restart the transport connectors correctly after
|
||||
|
|
Loading…
Reference in New Issue