Project

General

Profile

« Previous | Next » 

Revision 28651d0b

Added by Andreas Müller over 1 year ago

cleanup

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/lazyloading/RemoteLazyLoadingTest.java
16 16
import java.util.Set;
17 17
import java.util.UUID;
18 18

  
19
import org.apache.logging.log4j.LogManager;import org.apache.logging.log4j.Logger;
19
import org.apache.logging.log4j.LogManager;
20
import org.apache.logging.log4j.Logger;
20 21
import org.junit.Assert;
21 22
import org.junit.BeforeClass;
22 23
import org.junit.Ignore;
......
50 51
@Ignore
51 52
public class RemoteLazyLoadingTest extends BaseRemotingTest {
52 53

  
53
    private static final Logger logger = LogManager.getLogger(RemoteLazyLoadingTest.class);
54
    private static final Logger logger = LogManager.getLogger();
54 55

  
55 56
    private static IClassificationService classificationService;
56 57
    private static ITaxonService taxonService;
......
73 74
//        Assert.assertNotNull(classification);
74 75
        taxonNodes = classificationService.getAllNodes();
75 76
        Assert.assertFalse(taxonNodes.isEmpty());
76

  
77 77
    }
78 78

  
79

  
80

  
81 79
    @Test
82 80
    public void testCDMEntityGet() {
83 81
        Iterator<TaxonNode> taxonNodeItr = taxonNodes.iterator();
......
101 99

  
102 100
            count++;
103 101
        }
104

  
105

  
106 102
    }
107 103

  
108 104
    @Test
......
231 227

  
232 228
        Assert.assertEquals("Title caches should be equal",oldTitleCache,nvnOld.getTitleCache());
233 229
    }
230

  
234 231
    @Ignore
235 232
    @Test
236 233
    public void testCDMEntitySaveCollection() {

Also available in: Unified diff