]> source.dussan.org Git - vaadin-framework.git/commit
Fix the license checker after elemental.json #15383
authorJonatan Kronqvist <jonatan@vaadin.com>
Mon, 15 Dec 2014 13:07:15 +0000 (15:07 +0200)
committerVaadin Code Review <review@vaadin.com>
Wed, 17 Dec 2014 11:28:06 +0000 (11:28 +0000)
commit272711e6f7eed94d933380599cb434a5cfe38f00
treef377c7c748809285bafd4bdf76855e68321bce48
parent9b8022feaacf6ef11b509697ad8ccdd01b0262f5
Fix the license checker after elemental.json #15383

The elemental.json update changed how null values and string
representations of numbers were parsed, which caused a lot of
tests for CvalChecker to fail. Unfortunately the tests were
never run in an automated fashion, which means that they were
never discovered until we stumbled upon it due to the issue
reported in #15383

Change-Id: If2cb9fa96effea7ce55a4ffe6d1666ca7521e1fb
client-compiler/build.xml
client-compiler/ivy.xml
client-compiler/src/com/vaadin/tools/CvalChecker.java
client-compiler/tests/src/com/vaadin/tools/CvalCheckerTest.java