Project

General

Profile

« Previous | Next » 

Revision 236ab161

Added by Andreas Müller almost 9 years ago

Rename remaining occurrences of xxxAuthorTeam #4968

Rename remaining occurrences of combinationAuthorTeam and
basionymAuthorTeam in code and other files

View differences:

cdmlib-persistence/src/test/java/eu/etaxonomy/cdm/persistence/dao/BeanInitializerIntegration.java
96 96
	@Test
97 97
	public void testInitializeManyToOneSubclassProperty() {
98 98
		List<String> propertyPaths = new ArrayList<String>();
99
		propertyPaths.add("combinationAuthorTeam");
99
		propertyPaths.add("combinationAuthorship");
100 100
		propertyPaths.add("hybridRelationships");
101 101

  
102 102
		NonViralName sphingidae = (NonViralName)taxonNameDao.load(sphingidaeUuid, propertyPaths);
......
160 160
    @Override
161 161
    public void createTestDataSet() throws FileNotFoundException {
162 162
        // TODO Auto-generated method stub
163
        
163

  
164 164
    }
165 165
}

Also available in: Unified diff