WithSecurityContextTestExecutionListener > SqlScriptsTestExecutionListener

WithSecurityContextTestExecutionListener should order after
SqlScriptsTestExecutionListener so sql can setup the current user's info
in the database.

Fixes gh-3962
This commit is contained in:
Rob Winch
2016-07-06 16:09:17 -05:00
parent 5f6312c5be
commit 8ad91ef6a5
4 changed files with 89 additions and 116 deletions

View File

@@ -11,5 +11,6 @@ dependencies {
provided "javax.servlet:javax.servlet-api:$servletApiVersion"
testCompile "org.springframework:spring-webmvc:$springVersion",
"org.springframework:spring-tx:$springVersion",
powerMockDependencies
}