diff options
author | Roshan Pius <rpius@google.com> | 2020-05-01 16:46:56 -0700 |
---|---|---|
committer | Roshan Pius <rpius@google.com> | 2020-05-04 12:20:19 -0700 |
commit | 02ecfe461612465709a2d5f9a06a25f276252b35 (patch) | |
tree | c08601b17c14c5373e3e462105c43d103939191d /service | |
parent | 207079994b7e0ba2183161194a9d4edda41cc62c (diff) |
WifiShellCommand: Add unit tests
Adding the basic test infra and tests for some commands. As people
modify existing commands or add new ones, will write more unit tests.
Bug: 152875610
Test: atest com.android.server.wifi
Change-Id: I4cb8b05323a995455f9f87bcacc17673d811fcde
Diffstat (limited to 'service')
-rw-r--r-- | service/java/com/android/server/wifi/WifiShellCommand.java | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/service/java/com/android/server/wifi/WifiShellCommand.java b/service/java/com/android/server/wifi/WifiShellCommand.java index 7706967a1..ed955bab4 100644 --- a/service/java/com/android/server/wifi/WifiShellCommand.java +++ b/service/java/com/android/server/wifi/WifiShellCommand.java @@ -74,7 +74,6 @@ import java.util.concurrent.TimeUnit; * * Permissions: currently root permission is required for some commands. Others will * enforce the corresponding API permissions. - * TODO (b/152875610): Add unit tests. */ public class WifiShellCommand extends BasicShellCommandHandler { private static String SHELL_PACKAGE_NAME = "com.android.shell"; |