fixed failing tests
This commit is contained in:
parent
afb340d928
commit
f9459a583c
|
@ -16,14 +16,8 @@ import org.junit.Before;
|
|||
import org.junit.Test;
|
||||
|
||||
public class DozerTest {
|
||||
<<<<<<< HEAD
|
||||
DozerBeanMapper mapper = new DozerBeanMapper();
|
||||
private final long GMT_DIFFERENCE=46800000;
|
||||
=======
|
||||
|
||||
private DozerBeanMapper mapper = new DozerBeanMapper();
|
||||
>>>>>>> 6f2ccdf18729969951fc37e635d24c30dd9b43d5
|
||||
|
||||
@Before
|
||||
public void before() throws Exception {
|
||||
mapper = new DozerBeanMapper();
|
||||
|
|
Loading…
Reference in New Issue