Skip to content

Commit

Permalink
isolate JavascriptTagLibTests
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Brown committed Feb 11, 2011
1 parent 289b2fb commit 570b535
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion gradle/unit-test.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,8 @@ createTestTask("hibernate", ["**/orm/hibernate/*Tests.class",
"**/orm/hibernate/validation/*Tests.class"], ["**/Abstract*", "**/UniqueConstraint*"])
createTestTask("uniqueConstraints", ["**/UniqueConstraintTests.class"], [])
createTestTask("webflow", ["**/webflow/**/*Tests.class"], ["**/Abstract*"])
createTestTask("taglib", ["**/web/taglib/**/*Tests.class"], ["**/Abstract*"])
createTestTask("taglib", ["**/web/taglib/**/*Tests.class"], ["**/Abstract*", "**/JavascriptTagLib*"])
createTestTask("javascriptTaglib", ["**/web/taglib/JavascriptTagLibTests.class"], [])
createTestTask("other", ["**/*Tests.class"], ["**/Abstract*", "**/TransactionalServiceReloadTests*",
"**/ContentFormatControllerTests*", "**/orm/hibernate/**", "**/webflow/**", "**/web/taglib/**", "**/cli/**Tests.class"])

Expand Down

0 comments on commit 570b535

Please sign in to comment.