public void testStatusJSONImplSupportsMoreThan100RetweetedStatus() throws Exception {
   UserJSONImpl user =
       new UserJSONImpl(new JSONObject(getStringFromClassPath("/dao/24696018620.json")));
   Assert.assertNotNull(user.getStatus());
   Assert.assertNotNull(user.getStatus().getRetweetCount());
 }