> @@ -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");

Yes `BaseView` generates this, albeit with the typo as remarked on below.

-- 
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#r77431173

Reply via email to