Revision 2e1aa931
Added by Andreas Kohlbecker almost 6 years ago
src/test/java/eu/etaxonomy/cdm/vaadin/presenter/StatusPresenterTest.java | ||
---|---|---|
48 | 48 |
@BeforeClass |
49 | 49 |
public static void init() { |
50 | 50 |
sp = new StatusPresenter(); |
51 |
// Logger.getLogger("org.dbunit").setLevel(Level.DEBUG); |
|
52 | 51 |
} |
53 | 52 |
|
54 | 53 |
@Test |
... | ... | |
91 | 90 |
} |
92 | 91 |
|
93 | 92 |
@Test |
94 |
@DataSet |
|
95 | 93 |
@Ignore |
96 | 94 |
public void updatePublishFlag() throws SQLException { |
97 | 95 |
|
... | ... | |
116 | 114 |
Assert.assertNull(classificationId); |
117 | 115 |
} |
118 | 116 |
|
119 |
@Ignore |
|
120 | 117 |
@Test |
121 | 118 |
public void testLoadClassifications() throws SQLException { |
122 | 119 |
CdmSQLContainer container = sp.loadClassifications(); |
Also available in: Unified diff
enabling a test