change FRANCEFRENCHREPUBLIC to FRANCE
[cdmlib.git] / cdmlib-services / src / test / java / eu / etaxonomy / cdm / api / facade / DerivedUnitFacadeTest.java
index e5eb0de4b4f8f08d0c3f6cf59ef0e905f6ddf86a..b08bf17599dd7f5a19730aaceb39f861f27bdfe2 100644 (file)
@@ -481,8 +481,8 @@ public class DerivedUnitFacadeTest extends CdmTransactionalIntegrationTest {
     @Test
     public void testGetSetCountry() {
         assertEquals("Country must be same", Country.GERMANY(), specimenFacade.getCountry());
-        specimenFacade.setCountry(Country.FRANCEFRENCHREPUBLIC());
-        assertEquals("New country must be France", Country.FRANCEFRENCHREPUBLIC(), specimenFacade.getCountry());
+        specimenFacade.setCountry(Country.FRANCE());
+        assertEquals("New country must be France", Country.FRANCE(), specimenFacade.getCountry());
     }
 
     /**