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

Commit 6e72cba5 authored by Kevin Rocard's avatar Kevin Rocard Committed by android-build-merger
Browse files

Audio VTS: do not test duplicate policy configuration file am: ff7dcd7e

am: ecf7848f

Change-Id: I781f6eeeb75f3a0d6feed1278a49699e024c2128
parents 99bd58cf ecf7848f
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -28,6 +28,7 @@ TEST(CheckConfig, audioPolicyConfigurationValidation) {
        const auto configPath = folder + '/' + configName;
        if (access(configPath.c_str(), R_OK) == 0) {
            ASSERT_VALID_XML(configPath.c_str(), configSchemaPath);
            return; // The framework does not read past the first config file found
        }
    }
}