Project

General

Profile

« Previous | Next » 

Revision 23de68fc

Added by Andreas Müller almost 2 years ago

ref #9359 upgrade cdmlib to log4j 2

View differences:

cdmlib-commons/src/test/java/eu/etaxonomy/cdm/common/XmlHelpTest.java
1 1
/**
2 2
 * Copyright (C) 2007 EDIT
3
 * European Distributed Institute of Taxonomy 
3
 * European Distributed Institute of Taxonomy
4 4
 * http://www.e-taxonomy.eu
5
 * 
5
 *
6 6
 * The contents of this file are subject to the Mozilla Public License Version 1.1
7 7
 * See LICENSE.TXT at the top of this package for the full license terms.
8 8
 */
9 9

  
10 10
package eu.etaxonomy.cdm.common;
11 11

  
12
import static org.junit.Assert.*;
12
import static org.junit.Assert.assertTrue;
13 13

  
14
import org.apache.log4j.Logger;
14
import org.apache.logging.log4j.LogManager;
15
import org.apache.logging.log4j.Logger;
15 16
import org.junit.After;
16 17
import org.junit.AfterClass;
17 18
import org.junit.Before;
......
19 20
import org.junit.Test;
20 21

  
21 22
public class XmlHelpTest {
22
	private static final Logger logger = Logger.getLogger(XmlHelpTest.class);
23
	private static final Logger logger = LogManager.getLogger(XmlHelpTest.class);
23 24

  
24 25
	@BeforeClass
25 26
	public static void setUpBeforeClass() throws Exception {
......
37 38
	@After
38 39
	public void tearDown() throws Exception {
39 40
	}
40
	
41

  
41 42
/******* TESTS *************************************/
42 43

  
43 44
	@Test

Also available in: Unified diff