Searched refs:dataSourceName (Results 1 – 2 of 2) sorted by relevance
74 String dataSourceName = "Bibliography"; in testRegistrationName() local75 …tivity.tools.DataSource bibliography = new connectivity.tools.DataSource(getMSF(), dataSourceName); in testRegistrationName()76 … assertEquals("pre-registered database has a wrong name!", dataSourceName, bibliography.getName()); in testRegistrationName()78 dataSourceName = "someDataSource"; in testRegistrationName()85 …uals("registration name of a newly registered data source is wrong", dataSourceName, m_dataSource.… in testRegistrationName()
94 String dataSourceName = ""; in revokeRegistration() local97 dataSourceName = (String)m_properties.getPropertyValue( "Name" ); in revokeRegistration()100 dbContext.revokeObject( dataSourceName ); in revokeRegistration()104 …eption( "DataSource.revokeRegistration: could not revoke the object (" + dataSourceName + ")", e ); in revokeRegistration()
Completed in 16 milliseconds