summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoey Grover <joeygrover@gmail.com>2017-09-21 16:42:29 -0400
committerJoey Grover <joeygrover@gmail.com>2017-09-21 16:42:29 -0400
commit7f2f0c8689e080d24ddc0e6402d87fca767460d8 (patch)
tree123589b4580a3dea5d74b34ddf00d2ef32e6461e
parente08cb1fc666196f708933e6ac2ce09d23a8195df (diff)
downloadsdl_android-7f2f0c8689e080d24ddc0e6402d87fca767460d8.tar.gz
Set sample RAI in tests to have sucess set to true
-rw-r--r--sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java b/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
index d8c9c5055..c539f97a6 100644
--- a/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
+++ b/sdl_android/src/androidTest/java/com/smartdevicelink/test/proxy/SystemCapabilityManagerTests.java
@@ -59,6 +59,7 @@ public class SystemCapabilityManagerTests extends AndroidTestCase {
raiResponse.setPresetBankCapabilities(Test.GENERAL_PRESETBANKCAPABILITIES);
raiResponse.setSoftButtonCapabilities(Test.GENERAL_SOFTBUTTONCAPABILITIES_LIST);
raiResponse.setSpeechCapabilities(Test.GENERAL_SPEECHCAPABILITIES_LIST);
+ raiResponse.setSuccess(true);
systemCapabilityManager.parseRAIResponse(raiResponse);
return systemCapabilityManager;