You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@jclouds.apache.org by an...@apache.org on 2014/01/23 14:15:40 UTC

git commit: Aligning tests with change

Updated Branches:
  refs/heads/fix-assignment-message 84227f635 -> 287ce5169


Aligning tests with change


Project: http://git-wip-us.apache.org/repos/asf/jclouds/repo
Commit: http://git-wip-us.apache.org/repos/asf/jclouds/commit/287ce516
Tree: http://git-wip-us.apache.org/repos/asf/jclouds/tree/287ce516
Diff: http://git-wip-us.apache.org/repos/asf/jclouds/diff/287ce516

Branch: refs/heads/fix-assignment-message
Commit: 287ce516981b0fd8435884cb31e62ffe5bab6e1b
Parents: 84227f6
Author: Andrew Phillips <an...@apache.org>
Authored: Thu Jan 23 08:15:02 2014 -0500
Committer: Andrew Phillips <an...@apache.org>
Committed: Thu Jan 23 08:15:02 2014 -0500

----------------------------------------------------------------------
 core/src/test/java/org/jclouds/internal/BaseViewTest.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/jclouds/blob/287ce516/core/src/test/java/org/jclouds/internal/BaseViewTest.java
----------------------------------------------------------------------
diff --git a/core/src/test/java/org/jclouds/internal/BaseViewTest.java b/core/src/test/java/org/jclouds/internal/BaseViewTest.java
index 2d82e3b..c9471fa 100644
--- a/core/src/test/java/org/jclouds/internal/BaseViewTest.java
+++ b/core/src/test/java/org/jclouds/internal/BaseViewTest.java
@@ -105,7 +105,7 @@ public class BaseViewTest {
          wine.unwrap(typeToken(PeanutButter.class));
          fail();
       } catch (IllegalArgumentException e) {
-         assertEquals(e.getMessage(), "backend type: org.jclouds.internal.BaseViewTest$Water not assignable from org.jclouds.internal.BaseViewTest$PeanutButter");
+         assertEquals(e.getMessage(), "backend type: org.jclouds.internal.BaseViewTest$Water not assignable to org.jclouds.internal.BaseViewTest$PeanutButter");
       }
    }