Log4j Sample; Fix JUnit Version, Test Name

This commit is contained in:
Gary Russell
2017-07-03 11:40:30 -04:00
parent efc5878b9c
commit 021a3417bc
2 changed files with 2 additions and 2 deletions

View File

@@ -152,7 +152,7 @@
<dependency>
<groupId>junit</groupId>
<artifactId>junit</artifactId>
<version>4.8.1</version>
<version>4.12</version>
<scope>test</scope>
</dependency>

View File

@@ -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