Changeset 5215 for openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncDrugOrderTest.java
- Timestamp:
- 08/09/08 16:18:42 (5 months ago)
- Files:
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncDrugOrderTest.java
r4096 r5215 13 13 */ 14 14 package org.openmrs.test.synchronization.engine; 15 16 import static org.junit.Assert.assertEquals; 17 import static org.junit.Assert.assertNotSame; 18 import static org.junit.Assert.assertTrue; 19 import static org.junit.Assert.assertFalse; 20 import static org.junit.Assert.assertNull; 21 import static org.junit.Assert.assertNotNull; 22 import org.junit.Test; 15 23 16 24 import java.text.ParseException; … … 44 52 45 53 import org.openmrs.synchronization.engine.*; 54 import org.springframework.test.annotation.NotTransactional; 46 55 47 56 /** … … 55 64 } 56 65 66 @Test 67 @NotTransactional 57 68 public void testCreateDrugOrder() throws Exception { 58 69 runSyncTest(new SyncTestHelper() { … … 115 126 } 116 127 117 128 @Test 129 @NotTransactional 118 130 public void testUpdateDrugOrder() throws Exception { 119 131 runSyncTest(new SyncTestHelper() {