- Timestamp:
- 05/16/08 18:07:40 (6 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/complex-obs/test/api/org/openmrs/test/api/ComplexObsTest.java
r4232 r4239 44 44 public Boolean useInMemoryDatabase() { 45 45 return false; 46 } 47 48 public void testGetRegisteredHandlers( ) throws Exception { 49 /* 50 * Step 10. Print the list of registered ComplexObsHandlers. 51 */ 52 List handlers = Context.getObsService().getComplexObsHandlers(); 53 for (int i=0; i<handlers.size(); i++) { 54 System.out.println(handlers.get(i).getClass()); 55 } 56 57 assertNotNull(handlers); 46 58 } 47 59 … … 129 141 */ 130 142 System.out.println(obs.getValueComplex()); 131 assertNotNull(obs.getValueComplex());143 //assertNotNull(obs.getValueComplex()); 132 144 133 145 /*