| | |
| | | try { |
| | | Object execute = client.execute(MODULE + ".update", params); |
| | | assertNotNull(execute); |
| | | assertEquals(getDomOptionsCount(),1); |
| | | assertEquals(getDomOptionsCount(), 1); |
| | | } catch (XmlRpcException e) { |
| | | fail(e.getMessage()); |
| | | } |
| | |
| | | Map<String, ?> domainMap = (Map<String, ?>) result[0]; |
| | | assertNotNull(domainMap); |
| | | List<?> optsList = (List<?>)domainMap.get("domainsoptions"); |
| | | assertNotNull(optsList); |
| | | if (optsList == null) { |
| | | count = 0; |
| | | } |
| | | count = optsList.size(); |
| | | } catch (XmlRpcException e) { |
| | | fail(e.getMessage()); |