File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change 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 () );
You can’t perform that action at this time.
0 commit comments