assertNotNull(ping);
assertEquals(testCommonPing.getPingUrl(), ping.getPingUrl());
// create custom ping
testCustomPing.setWebsite(TestUtils.getManagedWebsite(testWeblog));
mgr.savePingTarget(testCustomPing);
String customId = testCustomPing.getId();
TestUtils.endSession(true);
// make sure custom ping was stored
ping = null;