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

I think this is **our** exception, thrown in `Context.unwrap` and modified in 
this PR above?

@andrewgaul Does that sound right?

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

Reply via email to