Project

General

Profile

« Previous | Next » 

Revision 605013a7

Added by Andreas Müller over 2 years ago

cleanup and renaming some functional test classes

View differences:

cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/test/function/TestCdmApplicationUtils.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.test.function;
11 10

  
12 11
import java.io.IOException;
......
18 17
/**
19 18
 * @author a.mueller
20 19
 * @since 20.11.2008
21
 * @version 1.0
22 20
 */
23 21
public class TestCdmApplicationUtils {
24 22

  
......
29 27
		return true;
30 28
	}
31 29

  
32
	/**
33
	 * @param args
34
	 */
35 30
	public static void main(String[] args) {
36 31
		TestCdmApplicationUtils me = new TestCdmApplicationUtils();
37 32
		try {
......
41 36
			throw new RuntimeException(e);
42 37
		}
43 38
	}
44
}
39
}

Also available in: Unified diff