Changes for ubuntu 16.04.

This commit is contained in:
Andrew Hamilton 2016-09-27 13:30:08 +02:00
parent f2098da47c
commit b922f29e07
12 changed files with 58 additions and 73 deletions

View file

@ -13,6 +13,7 @@ import golden
import tools
os.environ["TZ"] = "GMT"
VIGIL_ROOT = os.path.dirname(__file__)
@ -129,13 +130,6 @@ class ToolsTestCase(unittest.TestCase):
self._test_tool(tools.perl6_syntax,
[("perl6.p6", tools.Status.problem)])
def test_antic(self):
self._test_tool(tools.antic,
[("closure-util.java", tools.Status.problem)])
def test_jlint(self):
self._test_tool(tools.jlint, [("javaversion.class", tools.Status.ok)])
def test_uncrustify(self):
self._test_tool(tools.uncrustify,
[("closure-util.java", tools.Status.problem),