Project

General

Profile

« Previous | Next » 

Revision 43142f39

Added by Andreas Müller over 5 years ago

ref #1444 add new erms source

View differences:

cdm-pesi/src/main/java/eu/etaxonomy/cdm/app/common/CdmDestinations.java
52 52
	public static ICdmDataSource cdm_test_local_mysql_erms(){
53 53
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
54 54
		String cdmServer = "127.0.0.1";
55
		String cdmDB = "erms";
56
		String cdmUserName = "root";
57
		return CdmDestinations.makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
58
	}
59

  
60

  
61
	public static ICdmDataSource cdm_test_local_mysql_erms2(){
62
		DatabaseTypeEnum dbType = DatabaseTypeEnum.MySQL;
63
		String cdmServer = "127.0.0.1";
64
		String cdmDB = "erms2";
65
		String cdmUserName = "root";
55
		String cdmDB = "pesi_erms";
56
		String cdmUserName = "edit";
66 57
		return CdmDestinations.makeDestination(dbType, cdmServer, cdmDB, -1, cdmUserName, null);
67 58
	}
68 59

  

Also available in: Unified diff