We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c69fbaa commit 861ac2dCopy full SHA for 861ac2d
scripts/TestApp.groovy
@@ -338,12 +338,10 @@ target(runIntegrationTests: "Runs Grails' tests under the test/integration direc
338
status?.setRollbackOnly()
339
}
340
if(test.isTransactional()) {
341
- println "RUNNING TRANSACTIONAL TEST"
342
def template = new TransactionTemplate(appCtx.transactionManager)
343
template.execute( callable as TransactionCallback )
344
345
else {
346
- println "RUNNING NON-TRANSACTIONAL TEST"
347
callable.call()
348
349
RequestContextHolder.setRequestAttributes(null);
0 commit comments