import junit.framework.TestCase; public class GravatarTest extends TestCase { public void testTrue() { assertTrue(true); } }