Skip to content

Commit

Permalink
Add packages to patterns.
Browse files Browse the repository at this point in the history
  • Loading branch information
matrei committed Nov 22, 2023
1 parent b156214 commit a0a7f2f
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions grails-test-suite-uber/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -92,9 +92,9 @@ def isolatedTestPatterns = [
'org.grails.web.util.WebUtilsTests'
],
isolatedTestsTwo: [
'UrlMappingsTestMixinTests',
'SetupTeardownInvokeTests',
'TestMixinSetupTeardownInvokeTests'
'grails.test.mixin.UrlMappingsTestMixinTests',
'grails.test.mixin.SetupTeardownInvokeTests',
'grails.test.mixin.TestMixinSetupTeardownInvokeTests'
],
isolatedRestRendererTests: [
'*.rest.render.*Spec'
Expand All @@ -104,8 +104,8 @@ def isolatedTestPatterns = [
'org.grails.validation.CascadingErrorCountSpec'
],
isolatedRestfulControllerTests: [
'RestfulControllerSpec',
'ResourceAnnotationRestfulControllerSpec'
'grails.test.mixin.RestfulControllerSpec',
'grails.test.mixin.ResourceAnnotationRestfulControllerSpec'
]
]

Expand Down

0 comments on commit a0a7f2f

Please sign in to comment.