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

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

Fix for VTS test CleanupConnectionsOnInitialize am: 45a15ed8

parents 59937199 45a15ed8
Loading
Loading
Loading
Loading
+5 −0
Original line number Original line Diff line number Diff line
@@ -560,6 +560,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