- loading of .configure file fixed for eclipse
- testdevice.properties updated for new package names git-svn-id: https://svn.code.sf.net/p/libusbjava/code/trunk@197 94ad28fe-ef68-46b1-9651-e7ae4fcf1c4c
This commit is contained in:
@@ -43,7 +43,7 @@ public class DeviceTest {
|
||||
String devInfoClazzName = devInfoProp.getProperty(deviceInfoKey);
|
||||
if (devInfoClazzName == null) {
|
||||
throw new IllegalArgumentException("property " + deviceInfoKey
|
||||
+ "not found in file " + testdevicePropertiesFile);
|
||||
+ " not found in file " + testdevicePropertiesFile);
|
||||
}
|
||||
Class devInfoClazz = Class.forName(devInfoClazzName);
|
||||
devinfo = (AbstractDeviceInfo) devInfoClazz.newInstance();
|
||||
|
||||
Reference in New Issue
Block a user