Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/12/08 17:00:58 (5 months ago)
Author:
bwolfe
Message:

Added tests for EncounterService
Fixed encounter editing of datetime - #934
Added test for unit test methods that all should methods have the @Test annotation

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/trunk/src/api/org/openmrs/api/PatientService.java

    r5094 r5256  
    152152         
    153153        /** 
    154          * @deprecated replaced by {@link #getPatients(String, String, List, boolean)} 
     154         * @deprecated replaced by a call to  
     155         *              {@link #getPatients(String, String, List, boolean)} with "false" as the last parameter 
    155156         */ 
    156157        @Transactional(readOnly = true)