summaryrefslogtreecommitdiffstats
path: root/minadbd/minadbd_services_test.cpp
diff options
context:
space:
mode:
authorxunchang <xunchang@google.com>2019-04-22 21:18:14 +0200
committerxunchang <xunchang@google.com>2019-04-26 19:36:48 +0200
commitfedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95 (patch)
treefaef441afe34374f515635c59af444846c823354 /minadbd/minadbd_services_test.cpp
parentMerge "Parse BCB command to enter rescue mode." (diff)
downloadandroid_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar.gz
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar.bz2
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar.lz
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar.xz
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.tar.zst
android_bootable_recovery-fedeef6f6d1f7b8f1e5a8b9e77f8dc21ef6b3c95.zip
Diffstat (limited to '')
-rw-r--r--minadbd/minadbd_services_test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/minadbd/minadbd_services_test.cpp b/minadbd/minadbd_services_test.cpp
index 593180bb3..f87873792 100644
--- a/minadbd/minadbd_services_test.cpp
+++ b/minadbd/minadbd_services_test.cpp
@@ -122,7 +122,7 @@ class MinadbdServicesTest : public ::testing::Test {
TEST_F(MinadbdServicesTest, SideloadHostService_wrong_size_argument) {
ASSERT_EXIT(ExecuteCommandAndWaitForExit("sideload-host:abc:4096"),
- ::testing::ExitedWithCode(kMinadbdPackageSizeError), "");
+ ::testing::ExitedWithCode(kMinadbdHostCommandArgumentError), "");
}
TEST_F(MinadbdServicesTest, SideloadHostService_wrong_block_size) {