Skip to content

Commit

Permalink
Upgrade to Junit 4.11.
Browse files Browse the repository at this point in the history
Also fix the URL from which it's being downloaded, as the GitHub URL
unfortunately became invalid.  Fetch from Maven instead, it's safer
in the long term.

This closes #158.
  • Loading branch information
tsuna committed Feb 7, 2013
1 parent ecc7c9d commit adee418
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions third_party/junit/include.mk
Expand Up @@ -13,9 +13,9 @@
# You should have received a copy of the GNU Lesser General Public License
# along with this library. If not, see <http://www.gnu.org/licenses/>.

JUNIT_VERSION := 4.10
JUNIT_VERSION := 4.11
JUNIT := third_party/junit/junit-$(JUNIT_VERSION).jar
JUNIT_BASE_URL := http://cloud.github.com/downloads/KentBeck/junit
JUNIT_BASE_URL := http://search.maven.org/remotecontent?filepath=junit/junit/$(JUNIT_VERSION)

$(JUNIT): $(JUNIT).md5
set dummy "$(JUNIT_BASE_URL)" "$(JUNIT)"; shift; $(FETCH_DEPENDENCY)
Expand Down
1 change: 1 addition & 0 deletions third_party/junit/junit-4.11.jar.md5
@@ -0,0 +1 @@
3c42be5ea7cbf3635716abbb429cb90d
1 change: 0 additions & 1 deletion third_party/junit/junit-4.8.2.jar.md5

This file was deleted.

0 comments on commit adee418

Please sign in to comment.