You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@isis.apache.org by da...@apache.org on 2014/12/05 16:23:33 UTC

[10/11] isis git commit: ISIS-964: fix for todoapp integ test (already in the archetype)

ISIS-964: fix for todoapp integ test (already in the archetype)


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

Branch: refs/heads/master
Commit: d4513d62e69bd461b6a4dc987bff7730148ee8aa
Parents: a5c8a0c
Author: Dan Haywood <da...@haywood-associates.co.uk>
Authored: Fri Dec 5 12:21:15 2014 +0000
Committer: Dan Haywood <da...@haywood-associates.co.uk>
Committed: Fri Dec 5 12:21:15 2014 +0000

----------------------------------------------------------------------
 .../src/test/java/integration/tests/ToDoItemIntegTest.java         | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/isis/blob/d4513d62/example/application/todoapp/integtests/src/test/java/integration/tests/ToDoItemIntegTest.java
----------------------------------------------------------------------
diff --git a/example/application/todoapp/integtests/src/test/java/integration/tests/ToDoItemIntegTest.java b/example/application/todoapp/integtests/src/test/java/integration/tests/ToDoItemIntegTest.java
index 7b289d2..15735ae 100644
--- a/example/application/todoapp/integtests/src/test/java/integration/tests/ToDoItemIntegTest.java
+++ b/example/application/todoapp/integtests/src/test/java/integration/tests/ToDoItemIntegTest.java
@@ -1031,7 +1031,7 @@ public class ToDoItemIntegTest extends AbstractToDoIntegTest {
             public void cannotModify() throws Exception {
 
                 // when, then
-                expectedExceptions.expectMessage("Always hidden");
+                expectedExceptions.expectMessage("Reason: Hidden on Everywhere. Identifier: dom.todo.ToDoItem#ownedBy()");
                 toDoItem.setOwnedBy("other");
             }