diff options
author | Etan Cohen <etancohen@google.com> | 2016-08-24 13:08:32 -0700 |
---|---|---|
committer | Etan Cohen <etancohen@google.com> | 2016-08-24 13:08:32 -0700 |
commit | 892e86d8bb28e601eab066194be6abee88ebf890 (patch) | |
tree | 88c0f1a2468b0341b07c24b82325911824134541 /tests | |
parent | 34081265d6f58ff5ddaccf7a3ba79313f35bb7cd (diff) |
[NAN] Update HAL testing to reflect new constant value
Bug: 30898004
Change-Id: I5138ff6c59bac56f56d39d74482ee0ea7e600207
Diffstat (limited to 'tests')
-rw-r--r-- | tests/wifitests/src/com/android/server/wifi/nan/WifiNanHalTest.java | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/wifitests/src/com/android/server/wifi/nan/WifiNanHalTest.java b/tests/wifitests/src/com/android/server/wifi/nan/WifiNanHalTest.java index 17e144af7..80734d272 100644 --- a/tests/wifitests/src/com/android/server/wifi/nan/WifiNanHalTest.java +++ b/tests/wifitests/src/com/android/server/wifi/nan/WifiNanHalTest.java @@ -1148,7 +1148,7 @@ public class WifiNanHalTest { collector.checkThat("serviceResponseInclude", argsData.getInt("serviceResponseInclude"), equalTo(1)); collector.checkThat("useServiceResponseFilter", argsData.getInt("useServiceResponseFilter"), - equalTo(1)); + equalTo(0)); collector.checkThat("ssiRequiredForMatchIndication", argsData.getInt("ssiRequiredForMatchIndication"), equalTo(0)); collector.checkThat("subscribe_match_indicator", |