- Timestamp:
- 08/10/08 18:37:29 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs-modules/logicws/test/org/openmrs/module/logicws/test/LogicWsTest.java
r5144 r5220 6 6 import java.util.Set; 7 7 8 import org.apache.commons.logging.Log;9 import org.apache.commons.logging.LogFactory;10 8 import org.openmrs.Cohort; 11 9 import org.openmrs.Obs; … … 22 20 * Test Logic Service API. 23 21 * 24 * @author Justin Miranda22 * @author Kevin Peters 25 23 */ 26 24 public class LogicWsTest extends BaseModuleContextSensitiveTest { 27 28 // Logger29 private static Log log = LogFactory.getLog(LogicWsTest.class);30 25 31 26 /* … … 79 74 * 80 75 * System.out.println(Context.getLogicService().getTagsByToken("GENDER")); 81 * //Context.getLogicService(). 82 * } 76 * //Context.getLogicService(). } 83 77 */ 84 78