Skip to content

Commit 2ec061f

Browse files
author
Philipp Kraus
committed
unit test
1 parent b8557cb commit 2ec061f

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed
Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@
6969
/**
7070
* test all resource strings
7171
*/
72-
public abstract class ILanguageLabel extends IBaseTest
72+
public final class CLanguageLabel extends IBaseTest
7373
{
7474
/**
7575
* classpath separator
@@ -135,6 +135,7 @@ public abstract class ILanguageLabel extends IBaseTest
135135
/**
136136
* check package translation configuration versus property items
137137
*/
138+
@Test
138139
public void testTranslation()
139140
{
140141
assumeTrue( "no languages are defined for checking", !LANGUAGEPROPERY.isEmpty() );
@@ -178,6 +179,7 @@ public void testTranslation()
178179
*
179180
* @throws IOException throws on io errors
180181
*/
182+
@Test
181183
public void testResourceString() throws IOException
182184
{
183185
assumeTrue( "no languages are defined for checking", !LANGUAGEPROPERY.isEmpty() );

0 commit comments

Comments
 (0)