Project

General

Profile

« Previous | Next » 

Revision 379eb203

Added by Andreas Müller over 3 years ago

cleanup

View differences:

cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/persistence/dao/hibernate/reference/ReferenceDaoHibernateImplTest.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.persistence.dao.hibernate.reference;
11 10

  
12 11
import static org.junit.Assert.assertEquals;
......
45 44
	private UUID bookSectionUuid;
46 45
	private UUID nomenclaturalReferenceBookUuid;
47 46

  
48

  
49 47
	@Before
50 48
	public void setUp() {
51 49
		firstBookUuid = UUID.fromString("596b1325-be50-4b0a-9aa2-3ecd610215f2");
......
141 139
	    assertEquals(0, referenceUuidAndTitleCacheList.size());
142 140
	}
143 141

  
144

  
145 142
    @Override
146 143
    public void createTestDataSet() throws FileNotFoundException {}
147

  
148

  
149 144
}

Also available in: Unified diff