openhab-core/itests
Wouter Born aa4456425a Fix ConcurrentModificationException in AutomationIntegrationTest (#1147)
When waitForAssert uses ruleEvents.stream() the ruleEventHandler may add an event to ruleEvents at the same time causing a ConcurrentModificationException.
Using a CopyOnWriteArrayList instead of an ArrayList should fix this.

Signed-off-by: Wouter Born <github@maindrain.net>
2019-10-19 15:13:48 +02:00
..
org.openhab.core.auth.oauth2client.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.automation.integration.tests Fix ConcurrentModificationException in AutomationIntegrationTest (#1147) 2019-10-19 15:13:48 +02:00
org.openhab.core.automation.module.core.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.automation.module.script.defaultscope.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.automation.module.script.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.automation.module.timer.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.automation.tests Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00
org.openhab.core.binding.xml.tests Changed pid from 'org.eclipse.smarthome.core.i18nprovider' to 'org.eclipse.smarthome.i18n' (#1112) 2019-10-11 19:50:04 +02:00
org.openhab.core.config.core.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.config.discovery.mdns.tests Fix unstable MDNSDiscoveryServiceOSGiTest (#1123) 2019-10-13 14:26:38 +02:00
org.openhab.core.config.discovery.tests Fixes a few more SAT findings (#1145) 2019-10-19 14:10:18 +02:00
org.openhab.core.config.discovery.usbserial.linuxsysfs.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.config.discovery.usbserial.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.config.dispatch.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.config.xml.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.ephemeris.tests [ephemeris] Adopted configuration for Ephemeris service (#919) 2019-10-04 21:33:43 -07:00
org.openhab.core.io.rest.core.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.model.core.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.model.item.tests Fix unstable GenericItemProviderTest (#1144) 2019-10-18 22:56:47 +02:00
org.openhab.core.model.persistence.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.model.rule.tests Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00
org.openhab.core.model.script.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.model.thing.tests Update Mockito to 3.1.0 (#1127) 2019-10-14 07:14:09 +02:00
org.openhab.core.model.thing.testsupport Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00
org.openhab.core.storage.json.tests Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00
org.openhab.core.tests Fixes a few more SAT findings (#1145) 2019-10-19 14:10:18 +02:00
org.openhab.core.thing.tests Fixes a few more SAT findings (#1145) 2019-10-19 14:10:18 +02:00
org.openhab.core.thing.xml.tests Fix unstable ChannelTypesTest (#1142) 2019-10-18 22:53:11 +02:00
org.openhab.core.voice.tests Fixes a few more SAT findings (#1145) 2019-10-19 14:10:18 +02:00
itest-common.bndrun Add required bundles to itests for successful Java 11 build (#685) 2019-03-31 17:53:56 +02:00
pom.xml Fixed POM XML Shema Definition path (#1119) 2019-10-12 08:52:16 +02:00