Added a test for the jlint tool.

This commit is contained in:
Andrew Hamilton 2016-02-10 00:59:26 +00:00
parent 36a09288fa
commit 39859cd49e
3 changed files with 5 additions and 0 deletions

Binary file not shown.

View file

@ -0,0 +1 @@
Verification completed: 0 reported messages.

View file

@ -129,6 +129,10 @@ class ToolsTestCase(unittest.TestCase):
self._sub_tests([
(tools.antic, "closure-util.java", tools.Status.problem)])
def test_jlint(self):
self._sub_tests([
(tools.jlint, "javaversion.class", tools.Status.ok)])
def test_uncrustify(self):
self._sub_tests([
(tools.uncrustify, "closure-util.java", tools.Status.problem),