James Moger
2013-10-25 96a6dae0c86e505e129ce4af33886f4dda69d169
src/test/java/com/gitblit/tests/StringUtilsTest.java
@@ -150,7 +150,7 @@
      assertFalse(StringUtils.fuzzyMatch("123", "12345"));
      assertFalse(StringUtils.fuzzyMatch("AbCdEfHIJ", "abc*hhh"));
   }
   @Test
   public void testGetRepositoryPath() throws Exception {
      assertEquals("gitblit/gitblit.git", StringUtils.extractRepositoryPath("git://github.com/gitblit/gitblit.git", new String [] { ".*?://github.com/(.*)" }));