Skip to content
This repository has been archived by the owner on Sep 7, 2024. It is now read-only.

Commit

Permalink
Update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rainboyan committed Jun 21, 2022
1 parent cba67a3 commit 89e8a17
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ class PageRendererSpec extends Specification {
tll.applicationContext = ctx

tll.afterPropertiesSet()
tll.afterSingletonsInstantiated()

te.tagLibraryLookup = tll

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ class TagLibraryLookupSpec extends Specification {
lookup.grailsApplication = application
lookup.applicationContext = applicationContext
lookup.afterPropertiesSet()
lookup.afterSingletonsInstantiated()

def context = new MockServletContext()
context.setAttribute(WebApplicationContext.ROOT_WEB_APPLICATION_CONTEXT_ATTRIBUTE, applicationContext)
Expand Down

0 comments on commit 89e8a17

Please sign in to comment.