> @@ -23,12 +29,13 @@
>
> private static final VaultNameValidator VALIDATOR = new
> VaultNameValidator();
>
> - public void testValidate() {
> + public void testValidate() throws UnsupportedEncodingException,
> IOException {It was related this: new String(buildData(255).read(), UTF_8) but it's solved with your proposed code. --- Reply to this email directly or view it on GitHub: https://github.com/jclouds/jclouds-labs-aws/pull/13/files#r13887740
