Downloads Documentation Community Contribute Demo






Show Sidebar
Login | Register
Show
Ignore:
Timestamp:
08/09/08 16:18:42 (5 months ago)
Author:
mcunderlik
Message:

data_synchronization_bidirectional branch: fixed unit tests to work with Junit4 changes.

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • openmrs/branches/data_synchronization_bidirectional/test/api/org/openmrs/test/synchronization/engine/SyncConceptStageTest.java

    r4969 r5215  
    1313 */ 
    1414package org.openmrs.test.synchronization.engine; 
     15 
     16import static org.junit.Assert.assertEquals; 
     17import static org.junit.Assert.assertNotSame; 
     18import static org.junit.Assert.assertTrue; 
     19import static org.junit.Assert.assertFalse; 
     20import static org.junit.Assert.assertNull; 
     21import static org.junit.Assert.assertNotNull; 
     22import org.junit.Test; 
    1523 
    1624import java.util.HashSet; 
     
    3038import org.openmrs.api.context.Context; 
    3139import org.openmrs.util.OpenmrsConstants; 
     40import org.springframework.test.annotation.NotTransactional; 
    3241 
    3342/** 
     
    4150        } 
    4251 
     52        @Test 
     53    @NotTransactional 
    4354        public void testConceptsFromStage() throws Exception { 
    4455                authenticate();