Skip to content

Commit

Permalink
RA-552:Adding the View Logged in Users functionality to core
Browse files Browse the repository at this point in the history
  • Loading branch information
HerbertYiga committed Mar 10, 2021
1 parent a6b2137 commit da3bd49
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -22,13 +22,13 @@

public class CurrentUsersTest extends BaseWebContextSensitiveTest {

protected static final String USER_SET = "org/openmrs/CurrentUserTest.xml";
private static final String USER_SET = "org/openmrs/CurrentUserTest.xml";
@Autowired
UserService userService;

@Test

public void getCurrentUsernames_shoulReturnAllCurrentUserNames() {
public void getCurrentUsernames_shoulReturnUserNamesForLoggedInUsers() {
executeDataSet(USER_SET);
MockHttpSession session = new MockHttpSession();
User user = userService.getUser(5508);
Expand Down

0 comments on commit da3bd49

Please sign in to comment.