Skip to content

Commit

Permalink
Removed unnecessary imports
Browse files Browse the repository at this point in the history
  • Loading branch information
rkorytkowski committed Mar 26, 2014
1 parent 707684b commit 3d7e18f
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions api/src/test/java/org/openmrs/api/OrderServiceTest.java
Expand Up @@ -14,7 +14,6 @@
package org.openmrs.api;

import static org.hamcrest.Matchers.hasItems;
import static org.hamcrest.Matchers.instanceOf;
import static org.hamcrest.Matchers.is;
import static org.hamcrest.Matchers.nullValue;
import static org.junit.Assert.assertEquals;
Expand Down Expand Up @@ -62,24 +61,6 @@
import org.openmrs.util.OpenmrsConstants;
import org.openmrs.util.PrivilegeConstants;

import java.util.ArrayList;
import java.util.Calendar;
import java.util.Date;
import java.util.HashSet;
import java.util.List;
import java.util.Locale;
import java.util.Set;

import static org.hamcrest.Matchers.hasItems;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertFalse;
import static org.junit.Assert.assertNotEquals;
import static org.junit.Assert.assertNotNull;
import static org.junit.Assert.assertNull;
import static org.junit.Assert.assertThat;
import static org.junit.Assert.assertTrue;
import static org.openmrs.test.TestUtil.containsId;

/**
* TODO clean up and test all methods in OrderService
*/
Expand Down

0 comments on commit 3d7e18f

Please sign in to comment.