Skip to content

Commit

Permalink
fix Menu-service-Tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Agaba-derrick committed Aug 8, 2024
1 parent 0b31201 commit 91ccc04
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/test/java/org/openelisglobal/AppTestConfig.java
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@
"org.openelisglobal.systemusermodule.service", "org.openelisglobal.rolemodule.service",
"org.openelisglobal.systemusermodule.daoimpl", "org.openelisglobal.systemusermodule.service",
"org.openelisglobal.login.service", "org.openelisglobal.view", "org.openelisglobal.search.service",
"org.openelisglobal.sample.daoimpl", "org.openelisglobal.menu.MenuServiceTest", "org.openelisglobal.menu",
}, excludeFilters = {
"org.openelisglobal.sample.daoimpl", "org.openelisglobal.menu.MenuServiceTest",
"org.openelisglobal.menu", }, excludeFilters = {
@ComponentScan.Filter(type = FilterType.REGEX, pattern = "org.openelisglobal.patient.controller.*"),
@ComponentScan.Filter(type = FilterType.REGEX, pattern = "org.openelisglobal.dictionary.controller.*.java"),
@ComponentScan.Filter(type = FilterType.REGEX, pattern = "org.openelisglobal.config.*"),
Expand Down

0 comments on commit 91ccc04

Please sign in to comment.