You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As there is no further documentation concerning where and how these integration tests are supposed to be run, I can't tell if they need fixing or how I could fix them.
Just test with code from "develop" branch. I got error on the same file. If you do not encounter the same error, can you attach the contents of the mvn package command?
Environment
Java
java version "1.8.0_201"
Java(TM) SE Runtime Environment (build 1.8.0_201-b09)
Java HotSpot(TM) 64-Bit Server VM (build 25.201-b09, mixed mode)
Ninja
6.8.1
Ninja Appengine
1.9.77-SNAPSHOT
Error
Error occure when rendering the template. The tag <#noescape> does not exist anymore and must be replaced by ?no_esc on the file src/main/java/views/ApplicationController/index.ftl.html.
I did a dry run using the maven-release-plugin to check if I can also file a release PR.
The following two integration tests fail, however:
ApplicationControllerFluentLeniumTest.testThatHomepageWorks:41 null
ApplicationControllerTest.testThatHomepageWorks:42 null
As there is no further documentation concerning where and how these integration tests are supposed to be run, I can't tell if they need fixing or how I could fix them.
@raphaelbauer any pointers?
The text was updated successfully, but these errors were encountered: