Project

General

Profile

« Previous | Next » 

Revision 0cb91465

Added by Andreas Müller about 3 years ago

cleanup

View differences:

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

  
3 11
import java.sql.SQLException;
......
11 19
import eu.etaxonomy.cdm.test.unitils.CleanSweepInsertLoadStrategy;
12 20
import eu.etaxonomy.cdm.vaadin.CdmVaadinBaseTest;
13 21

  
14

  
15 22
@DataSet(loadStrategy=CleanSweepInsertLoadStrategy.class, value="CdmSQLContainerTest.xml")
16 23
public class CdmSQLContainerTest extends CdmVaadinBaseTest {
17 24

  
18 25
	@SuppressWarnings("unused")
19 26
    private static final Logger logger = Logger.getLogger(CdmSQLContainerTest.class);
20 27

  
21

  
22 28
	@Test
23 29
	@DataSet(loadStrategy=CleanSweepInsertLoadStrategy.class, value="CdmSQLContainerTest.xml")
24 30
	public void testTaxonContainer() throws SQLException {

Also available in: Unified diff