Skip to content
This repository has been archived by the owner on Nov 9, 2017. It is now read-only.

Commit

Permalink
Fix unit test
Browse files Browse the repository at this point in the history
  • Loading branch information
Alex Eng committed Nov 22, 2013
1 parent 0b0b32b commit d598a04
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -86,7 +86,7 @@ public void initializeSeam() {
.use("projectIterationDAO",
new ProjectIterationDAO(getSession()))
.use("session", getSession())
.useImpl(VersionStateCacheImpl.class).ignoreNonResolvable();
.useImpl(VersionStateCacheImpl.class).useImpl(LocaleServiceImpl.class).ignoreNonResolvable();

versionGroupServiceImpl = seam.autowire(VersionGroupServiceImpl.class);
}
Expand Down

0 comments on commit d598a04

Please sign in to comment.