Project

General

Profile

« Previous | Next » 

Revision 68f3f710

Added by Andreas Müller over 2 years ago

minor

View differences:

eu.etaxonomy.taxeditor.test/src/test/java/eu/etaxonomy/taxeditor/util/H2DbSupport.java
1
/**
2
* Copyright (C) 2015 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.taxeditor.util;
2 10

  
3 11
/**
4 12
 * based on from http://code.google.com/p/java-tester/source/browse/trunk/src/main/java/org/jtester/unitils/database/H2DbSupport.java
5 13
 */
6

  
7

  
8 14
import java.util.Set;
9 15

  
10 16
import org.unitils.core.dbsupport.DbSupport;
11 17

  
12 18
public class H2DbSupport extends DbSupport {
13 19
        /**
14
         * Creates support for HsqlDb databases.
20
         * Creates support for H2 databases.
15 21
         */
16 22
        public H2DbSupport() {
17 23
                super("h2");

Also available in: Unified diff