> @@ -125,6 +126,15 @@ public void testSetTagsOnVirtualGuest() throws Exception > { > } > > @Test(dependsOnMethods = "testSetTagsOnVirtualGuest") > + public void testSetNotesOnVirtualGuest() throws Exception { > + // Test with maximum allowed notes length - 1000 characters.
Why the -1000? It would seem better to test the limit values, as those are the ones that may cause trouble. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds/pull/756/files#r31583778