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 9, 2021
1 parent 5f7fddc commit ddcdaea
Showing 1 changed file with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -10,17 +10,16 @@
package org.openmrs.web.filter.update.util;

import java.util.List;

import org.junit.Assert;
import org.junit.jupiter.api.Test;
import org.openmrs.User;
import org.openmrs.api.UserService;
import org.openmrs.test.jupiter.BaseContextSensitiveTest;
import org.openmrs.web.filter.util.CurrentUsers;
import org.openmrs.web.test.BaseWebContextSensitiveTest;
import org.springframework.beans.factory.annotation.Autowired;
import org.springframework.mock.web.MockHttpSession;

public class CurrentUsersTest extends BaseContextSensitiveTest {
public class CurrentUsersTest extends BaseWebContextSensitiveTest {

protected static final String USER_SET = "org/openmrs/CurrentUserTest.xml";
@Autowired
Expand Down

0 comments on commit ddcdaea

Please sign in to comment.