improve repository manager test base

This commit is contained in:
Sebastian Sdorra
2013-01-29 21:55:08 +01:00
parent bab2901dd0
commit d165baffe9
4 changed files with 42 additions and 21 deletions

View File

@@ -179,7 +179,8 @@ public class AbstractTestBase
//~--- methods --------------------------------------------------------------
/**
* Clears Shiro's thread state, ensuring the thread remains clean for future test execution.
* Clears Shiro's thread state, ensuring the thread remains clean for
* future test execution.
*/
protected void clearSubject()
{
@@ -242,8 +243,6 @@ public class AbstractTestBase
subjectThreadState.bind();
}
;
//~--- fields ---------------------------------------------------------------
/** Field description */