commit | e3afd40e91eafa020429dbbc3ebbb1690d0e679d | [log] [tgz] |
---|---|---|
author | Kevin Rocard <krocard@google.com> | Mon Mar 12 15:56:51 2018 -0700 |
committer | Kevin Rocard <krocard@google.com> | Wed Mar 14 19:38:03 2018 -0700 |
tree | 385673e1789ce85eea4b5d14b706b19feb416963 | |
parent | 8532f6b2cc093e4fac933287569e175b0bcf4493 [diff] [blame] |
Audio V4: Update V2 tests to V4 Bug: 74037175 Bug: 38184704 Test: vts-tradefed run commandAndExit vts --module VtsHalAudioV4_0Target Change-Id: Ic8da941fc042b7ef838edf8fdac36b2f0fa1fd32 Signed-off-by: Kevin Rocard <krocard@google.com>
diff --git a/audio/effect/4.0/vts/functional/ValidateAudioEffectsConfiguration.cpp b/audio/effect/4.0/vts/functional/ValidateAudioEffectsConfiguration.cpp index d0bc690..6338563 100644 --- a/audio/effect/4.0/vts/functional/ValidateAudioEffectsConfiguration.cpp +++ b/audio/effect/4.0/vts/functional/ValidateAudioEffectsConfiguration.cpp
@@ -28,5 +28,5 @@ std::vector<const char*> locations(std::begin(DEFAULT_LOCATIONS), std::end(DEFAULT_LOCATIONS)); EXPECT_ONE_VALID_XML_MULTIPLE_LOCATIONS(DEFAULT_NAME, locations, - "/data/local/tmp/audio_effects_conf_V2_0.xsd"); + "/data/local/tmp/audio_effects_conf_V4_0.xsd"); }