James Moger
2013-11-26 67389b9e7060b7f917a8383ec04d3a0c6bd24c5c
src/test/java/com/gitblit/tests/ActivityTest.java
@@ -27,7 +27,7 @@
public class ActivityTest {
   @Test
   public void testGravatarProfile() throws IOException {
   public void testGravatarProfile() throws IOException {
      GravatarProfile profile = ActivityUtils.getGravatarProfile("beau@dentedreality.com.au");
      assertEquals("beau", profile.preferredUsername);
   }