> @@ -204,11 +205,14 @@ public void testChangeServiceForVirtualMachine() throws > SecurityException, NoSuc > } > > public void testUpdateVirtualMachine() throws SecurityException, > NoSuchMethodException, IOException { > - Invokable<?, ?> method = method(VirtualMachineApi.class, > "updateVirtualMachine", String.class); > - GeneratedHttpRequest httpRequest = processor.createRequest(method, > ImmutableList.<Object> of(5)); > + Invokable<?, ?> method = method(VirtualMachineApi.class, > "updateVirtualMachine", String.class, > + UpdateVirtualMachineOptions.class); > + GeneratedHttpRequest httpRequest = processor.createRequest(method, > ImmutableList.<Object> of("5", > + UpdateVirtualMachineOptions.Builder.group("test")));
Add the other properties too? --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/853/files#r38595703