Changeset 5215 for openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncConceptStageTest.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/SyncConceptStageTest.java
r4969 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.util.HashSet; … … 30 38 import org.openmrs.api.context.Context; 31 39 import org.openmrs.util.OpenmrsConstants; 40 import org.springframework.test.annotation.NotTransactional; 32 41 33 42 /** … … 41 50 } 42 51 52 @Test 53 @NotTransactional 43 54 public void testConceptsFromStage() throws Exception { 44 55 authenticate();