Skip to content

Commit

Permalink
Fixing test spring contexts
Browse files Browse the repository at this point in the history
  • Loading branch information
semancik committed May 21, 2014
1 parent 51d94cb commit 3931189
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Expand Up @@ -51,6 +51,7 @@
"classpath:ctx-security.xml",
"classpath:ctx-provisioning.xml",
"classpath:ctx-model.xml",
"classpath:ctx-model-test.xml",
"classpath*:ctx-workflow.xml",
"file:src/main/webapp/WEB-INF/ctx-init.xml",
"file:src/main/webapp/WEB-INF/ctx-web-security.xml",
Expand Down
1 change: 1 addition & 0 deletions gui/admin-gui/src/test/resources/ctx-test.xml
Expand Up @@ -35,6 +35,7 @@
<import resource="classpath:ctx-audit.xml" />
<import resource="classpath:ctx-security.xml" />
<import resource="classpath:ctx-model.xml" />
<import resource="classpath:ctx-model-test.xml" />
<import resource="classpath*:ctx-workflow.xml" />
<import resource="classpath*:ctx-notifications.xml" />

Expand Down

0 comments on commit 3931189

Please sign in to comment.