Log4j Sample; Fix JUnit Version, Test Name
This commit is contained in:
@@ -152,7 +152,7 @@
|
||||
<dependency>
|
||||
<groupId>junit</groupId>
|
||||
<artifactId>junit</artifactId>
|
||||
<version>4.8.1</version>
|
||||
<version>4.12</version>
|
||||
<scope>test</scope>
|
||||
</dependency>
|
||||
|
||||
|
||||
@@ -39,7 +39,7 @@ import org.springframework.util.CollectionUtils;
|
||||
*/
|
||||
@RunWith(SpringJUnit4ClassRunner.class)
|
||||
@ContextConfiguration(locations = { "org.springframework.amqp.rabbit.log4j.config.server" }, loader = AnnotationConfigContextLoader.class)
|
||||
public class IntegrationTest {
|
||||
public class IntegrationTests {
|
||||
protected Log logger = LogFactory.getLog(this.getClass());
|
||||
|
||||
@Autowired
|
||||
Reference in New Issue
Block a user