Skip to content

Commit

Permalink
Fix for compile error on tests under Grails 2rc1
Browse files Browse the repository at this point in the history
  • Loading branch information
marcpalmer committed Nov 24, 2011
1 parent f75273a commit ca133e1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ class ContentRepositoryDefaultSpaceTests extends AbstractWeceemIntegrationTest {

def servletContext

protected void setUp() {
public void setUp() {
ServletContextHolder.servletContext = new MockServletContext(
'test/files/default-space-tests', new FileSystemResourceLoader())
ServletContextHolder.servletContext.setAttribute(
Expand Down

0 comments on commit ca133e1

Please sign in to comment.