James Moger
2013-10-25 e6bf0b1986a07be7d35400ced44744cadb23b429
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);
   }