From aeb93fc33cae3aadbb9b46083350ad2dc9aea645 Mon Sep 17 00:00:00 2001 From: Paul Duffin Date: Wed, 14 Dec 2016 11:49:43 +0000 Subject: Upgrade to JUnit 4.12 The license has changed from Common Public License v1.0 to Eclipse Public License v1.0. This will not compile as it is because it is intended to be built against Hamcrest 1.3 or later but it is being built against Hamcrest 1.1. A follow on patch will fix the compilation errors so that it builds against Hamcrest 1.1. That allows Hamcrest to be upgraded separately. The patch can be reverted once Hamcrest has been upgraded. There are also some Android specific issues that will also be fixed in follow on patches. Bug: 33613916 Test: make checkbuild Change-Id: Ic2c983a030399e3ace1a14927cb143fbd8307b4f --- README.version | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'README.version') diff --git a/README.version b/README.version index 1be475f..05061c4 100644 --- a/README.version +++ b/README.version @@ -1,3 +1,5 @@ -URL: https://github.com/junit-team/junit/archive/r4.10.tar.gz -Version: 4.10 +URL: https://github.com/junit-team/junit/archive/r4.12.tar.gz +Version: 4.12 BugComponent: 40416 + +Local Changes: -- cgit v1.2.3