Geonovum / etf-test-projects-inspire

ETF test projects for use in SoapUI to test services to INSPIRE Technical Guidance requirements
6 stars 4 forks source link

Using commandline: Groovy Errors in WFS tests? #8

Open thijsbrentjens opened 8 years ago

thijsbrentjens commented 8 years ago

Reported by @pvgenuchten


In the wfs test, for example at http://services.inspire-provincies.nl/NaturalRiskZones/services/download_NZ

Script1.groovy: 15: expecting ')', found 'or' @ line 15, column 76. 2015-12-30 11:22:19,921 DEBUG 6404-1-227#e-validation-etf-checker - [java] stanceof HttpTestRequestStep or testSte 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] 10:55:08,551 ERROR [SoapUI] An error occured [startup failed: 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] Script1.groovy: 15: expecting ')', found 'or' @ line 15, column 76. 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] stanceof HttpTestRequestStep or testSte 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] ^ 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] org.codehaus.groovy.syntax.SyntaxException: expecting ')', found 'or' @ line 15, column 76. 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] at org.codehaus.groovy.antlr.AntlrParserPlugin.transformCSTIntoAST(AntlrParserPlugin.java:139) 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] at org.codehaus.groovy.antlr.AntlrParserPlugin.parseCST(AntlrParserPlugin.java:107) 2015-12-30 10:55:08,625 DEBUG 186404-1-7#e-validation-etf-checker - [java] at org.codehaus.groovy.control.SourceUnit.parse(SourceUnit.java:236)

thijsbrentjens commented 8 years ago

On my local system I can't reproduce this.

@pvangenuchten: do you have some more details? What is your system setup (OS, Java version etc)? And when does this occur? Only when using the commandline interface?