> @@ -104,7 +104,7 @@ public void testPeanutButterDidntTurnIntoWine() {
>           wine.unwrap(typeToken(PeanutButter.class));
>           fail();
>        } catch (IllegalArgumentException e) {
> -         assertEquals(e.getMessage(), "backend type: 
> org.jclouds.internal.BaseViewTest$Water not assignable to 
> org.jclouds.internal.BaseViewTest$PeanutButter");
> +         assertEquals(e.getMessage(), "backend type: 
> org.jclouds.internal.BaseViewTest$Water is not a supertype of 
> org.jclouds.internal.BaseViewTest$PeanutButter");

Does this message depend on the Guava version being used? In that case we need 
to change the assertion, otherwise our builds that check different versions of 
Guava will fail.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/jclouds/jclouds/pull/982/files/5be952718a45dd48d05cd93bb2f3a0b2a51b23ff#r77302215

Reply via email to