Changeset 5133 for openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncBaseTest.java
- Timestamp:
- 08/02/08 06:38:25 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncBaseTest.java
r4121 r5133 62 62 63 63 List<SyncRecord> syncRecords = Context.getSynchronizationService().getSyncRecords(); 64 if (syncRecords == null || syncRecords.size() == 0) 64 if (syncRecords == null || syncRecords.size() == 0) { 65 65 assertFalse("No changes found (i.e. sync records size is 0)", true); 66 66 } 67 67 68 log.info("\n************************************* Deleting Data *************************************"); 68 69 deleteAllData();