Пример #1
0
 // @Test
 public void testDeleteServiceRouteConfig() throws Exception {
   ServiceSMO smo = getSMO("serviceSMO");
   smo.deleteServiceRouteConfig(new Integer("111"));
 }