Skip to content

Commit

Permalink
grails-functional-tests: re-enable file upload and interceptor tests…
Browse files Browse the repository at this point in the history
… which are now passing (#251)

* re-enable file upload and interceptor tests which are now passing

* uncomment apply plugin:"org.grails.plugins.views-json"
  • Loading branch information
jamesfredley authored Oct 3, 2024
1 parent cd654be commit b476ac6
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,6 @@ class InterceptorFunctionalSpec extends GebSpec {
$().text() == 'Name: JSB'
}

@PendingFeature(reason='test does not match')
void 'Test that after interceptor can render text'() {
when:
go '/demo/show?interceptorRendersText=true'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ import spock.lang.PendingFeature
@Integration(applicationClass = Application)
class UploadControllerSpec extends GebSpec {

@PendingFeature(reason='text is null')
void "Test file upload"() {
when:"When go to an upload page"
go "/upload/index"
Expand All @@ -27,7 +26,6 @@ class UploadControllerSpec extends GebSpec {

}

@PendingFeature(reason='text is null')
void "Test file upload parameters"() {
when:"When go to an upload page"
go "/upload/index"
Expand Down
2 changes: 1 addition & 1 deletion issue-views-182/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ version "0.1"
group "issueviews182"

apply plugin:"org.grails.grails-web"
//apply plugin:"org.grails.plugins.views-json"
apply plugin:"org.grails.plugins.views-json"

dependencyManagement {
imports {
Expand Down

0 comments on commit b476ac6

Please sign in to comment.