James Moger
2011-05-29 db653ae29c54163c7ca2dd6d2b5063d4623c3a8c
tests/com/gitblit/tests/StringUtilsTest.java
@@ -66,7 +66,8 @@
   }
   
   public void testSHA1() throws Exception {
      assertTrue(StringUtils.getSHA1("blob 16\000what is up, doc?").equals("bd9dbf5aae1a3862dd1526723246b20206e5fc37"));
      assertTrue(StringUtils.getSHA1("blob 16\000what is up, doc?").equals(
            "bd9dbf5aae1a3862dd1526723246b20206e5fc37"));
   }
   
   public void testRootPath() throws Exception {