Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit e760f283 authored by AOYAGI Takako's avatar AOYAGI Takako Committed by Automerger Merge Worker
Browse files

Fix for VTS test CleanupConnectionsOnInitialize am: 45a15ed8 am: c0fd0005 am: 16b926e7

parents 04935a31 16b926e7
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -559,6 +559,11 @@ TEST_P(SensorsHidlTest, CallInitializeTwice) {
}
}


TEST_P(SensorsHidlTest, CleanupConnectionsOnInitialize) {
TEST_P(SensorsHidlTest, CleanupConnectionsOnInitialize) {
    if (getSensorsList().size() == 0) {
        // No sensors
        return;
    }

    activateAllSensors(true);
    activateAllSensors(true);


    // Verify that events are received
    // Verify that events are received