Project

General

Profile

« Previous | Next » 

Revision 2720ea2c

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-model/src/test/java/eu/etaxonomy/cdm/model/term/OrderedTermVocabularyTest.java
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

  
10 9
package eu.etaxonomy.cdm.model.term;
11 10

  
12 11
import static org.junit.Assert.assertEquals;
......
24 23

  
25 24
import eu.etaxonomy.cdm.test.unit.EntityTestBase;
26 25

  
27

  
28 26
public class OrderedTermVocabularyTest extends EntityTestBase {
29 27
	@SuppressWarnings("unused")
30 28
    private static Logger logger = Logger.getLogger(OrderedTermVocabularyTest.class);
......
135 133
		assertEquals(otb2, oVoc1.getLowerTerms(otb1).last());
136 134
	}
137 135

  
138

  
139 136
	@Test
140 137
	@Ignore
141 138
	public final void testGetEqualTerms() {

Also available in: Unified diff