private void checkDeviceRepositoryProperties()
throws ConfigurationException {
// We have implemented VolantisInternals as a workaround rather than
// use reflection because this is all sh*te anyway.
VolantisInternals internals = new VolantisInternals(volantis);
DeviceRepositoryLocation location =
internals.getDeviceRepositoryLocation();
// This cannot be tested because of a hack in Volantis which
// throws away this value if the file does not exist.
// if (config.standardFileDeviceRepositoryLocation != null) {
// Assert.assertEquals(config.standardFileDeviceRepositoryLocation,