Project

General

Profile

« Previous | Next » 

Revision 57fa241c

Added by Andreas Müller almost 3 years ago

cleanup

View differences:

cdmlib-services/src/test/java/eu/etaxonomy/cdm/test/function/TestAgentService.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

  
13 11
import java.util.List;
14 12

  
15 13
import org.junit.AfterClass;
......
29 27
 * <h2>NOTE</h2>
30 28
 * This is a test for sole development purposes, it is not
31 29
 * touched by mvn test since it is not matching the "\/**\/*Test" pattern,
32
 * but it should be annotate with @Ignore when running the project a s junit suite in eclipse
30
 * but it should be annotate with @Ignore when running the project as junit suite in eclipse
33 31
 *
34 32
 * @author nho
35
 *
36 33
 */
37 34
@Ignore /* IGNORE in Suite */
38 35
public class TestAgentService {

Also available in: Unified diff