From 2b1e02997f12e2cf12088d2e9f6eef107e1ce8f5 Mon Sep 17 00:00:00 2001 From: paladox <paladox@users.noreply.github.com> Date: Mon, 23 Nov 2015 13:32:00 -0500 Subject: [PATCH] Match longest repository path towards the shortest pr-950 --- src/test/java/com/gitblit/tests/GitBlitTest.java | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/src/test/java/com/gitblit/tests/GitBlitTest.java b/src/test/java/com/gitblit/tests/GitBlitTest.java index 9eaae7f..e873ced 100644 --- a/src/test/java/com/gitblit/tests/GitBlitTest.java +++ b/src/test/java/com/gitblit/tests/GitBlitTest.java @@ -176,7 +176,7 @@ @Test public void testAuthentication() throws Exception { - assertTrue(authentication().authenticate("admin", "admin".toCharArray()) != null); + assertTrue(authentication().authenticate("admin", "admin".toCharArray(), null) != null); } @Test -- Gitblit v1.9.1