summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorEtan Cohen <etancohen@google.com>2016-08-24 13:08:32 -0700
committerEtan Cohen <etancohen@google.com>2016-08-24 13:08:32 -0700
commit892e86d8bb28e601eab066194be6abee88ebf890 (patch)
tree88c0f1a2468b0341b07c24b82325911824134541 /tests
parent34081265d6f58ff5ddaccf7a3ba79313f35bb7cd (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.java2
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",