File tree 2 files changed +15
-6
lines changed
integration/src/test/groovy/org/broadleafcommerce/test
2 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -43,11 +43,16 @@ import spock.lang.Specification
43
43
@ContextConfiguration (name = " adminContexts" ,
44
44
locations = [" classpath:/bl-open-admin-contentClient-applicationContext.xml" ,
45
45
" classpath:/bl-open-admin-contentCreator-applicationContext.xml" ,
46
- " classpath:/bl-admin-applicationContext.xml" ],
46
+ " classpath:/bl-admin-applicationContext.xml" ,
47
+ " classpath:/bl-cms-contentClient-applicationContext.xml" ,
48
+ " classpath:/bl-cms-contentCreator-applicationContext.xml" ],
47
49
loader = BroadleafGenericGroovyXmlWebContextLoader .class)
48
50
])
49
51
@DirtiesContext
50
52
@WebAppConfiguration
51
- class AdminIntegrationSetup extends Specification {
52
-
53
+ class RootAdminIntegrationSetup extends Specification {
54
+ /*
55
+ * Intentionally left blank. Subclasses should be inheriting from
56
+ * the configuration annotations defined at the class level
57
+ */
53
58
}
Original file line number Diff line number Diff line change @@ -41,11 +41,15 @@ import spock.lang.Specification
41
41
@TransactionConfiguration (transactionManager = " blTransactionManager" )
42
42
@ContextHierarchy ([
43
43
@ContextConfiguration (name = " siteContexts" ,
44
- locations = [" classpath:/bl-open-admin-contentClient-applicationContext.xml" ],
44
+ locations = [" classpath:/bl-open-admin-contentClient-applicationContext.xml" ,
45
+ " classpath:/bl-cms-contentClient-applicationContext.xml" ],
45
46
loader = BroadleafGenericGroovyXmlWebContextLoader .class)
46
47
])
47
48
@DirtiesContext
48
49
@WebAppConfiguration
49
- class SiteIntegrationSetup extends Specification {
50
-
50
+ class RootSiteIntegrationSetup extends Specification {
51
+ /*
52
+ * Intentionally left blank. Subclasses should be inheriting from
53
+ * the configuration annotations defined at the class level
54
+ */
51
55
}
You can’t perform that action at this time.
0 commit comments