Updated Branches: refs/heads/master c1c2d0bbe -> c685a96e1
Fix broken tests Project: http://git-wip-us.apache.org/repos/asf/tapestry-5/repo Commit: http://git-wip-us.apache.org/repos/asf/tapestry-5/commit/c685a96e Tree: http://git-wip-us.apache.org/repos/asf/tapestry-5/tree/c685a96e Diff: http://git-wip-us.apache.org/repos/asf/tapestry-5/diff/c685a96e Branch: refs/heads/master Commit: c685a96e17c4fdff2daef40612c75564838fc921 Parents: c1c2d0b Author: Howard M. Lewis Ship <[email protected]> Authored: Mon Nov 4 10:35:21 2013 -0800 Committer: Howard M. Lewis Ship <[email protected]> Committed: Mon Nov 4 10:35:21 2013 -0800 ---------------------------------------------------------------------- .../tapestry5/internal/services/DocumentLinkerImplTest.groovy | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/tapestry-5/blob/c685a96e/tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy ---------------------------------------------------------------------- diff --git a/tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy b/tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy index f5e1cca..a6ff67f 100644 --- a/tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy +++ b/tapestry-core/src/test/groovy/org/apache/tapestry5/internal/services/DocumentLinkerImplTest.groovy @@ -371,7 +371,8 @@ class DocumentLinkerImplTest extends InternalBaseTestCase { expect(mock.writeInitialization(isA(Element), eq(libraryURLs), - eq(inits))).andAnswer({ + eq(inits), + eq([]))).andAnswer({ def body = EasyMock.currentArguments[0] body.comment("MODULE-MANAGER-INITIALIZATION")
