diff --git a/src/test/java/de/neemann/digital/lang/TestLang.java b/src/test/java/de/neemann/digital/lang/TestLang.java index b852a6036..70d37f03c 100644 --- a/src/test/java/de/neemann/digital/lang/TestLang.java +++ b/src/test/java/de/neemann/digital/lang/TestLang.java @@ -36,13 +36,17 @@ public class TestLang extends TestCase { } } + /** + * Finds usages of keys which are not present in the language xml files + * + * @throws IOException IOException + */ public void testUsages() throws IOException { String sources = System.getProperty("sources"); if (sources == null) { System.out.println("environment variable sources not set!!!"); System.out.println("Try to use hardcoded " + SOURCEPATH); sources = SOURCEPATH; - } parseTree(new File(sources));