summaryrefslogtreecommitdiffstats
path: root/tests/unit/commands_test.cpp
diff options
context:
space:
mode:
authorandroid-build-team Robot <android-build-team-robot@google.com>2018-08-08 05:04:56 +0200
committerandroid-build-team Robot <android-build-team-robot@google.com>2018-08-08 05:04:56 +0200
commit74daf3e1a491476375a5d690dcc2af78dd777c99 (patch)
tree5b906d66a45e45d4b5bb90e11c7bb13f071f4010 /tests/unit/commands_test.cpp
parentSnap for 4937020 from a5a12d5a4f6a85d22f14d1f5f463ffeb35eea2ec to qt-release (diff)
parentMerge "ueventd is now at /system/bin/ueventd" am: aceb244401 am: 89048728f3 am: 9001c159b3 (diff)
downloadandroid_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar.gz
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar.bz2
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar.lz
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar.xz
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.tar.zst
android_bootable_recovery-74daf3e1a491476375a5d690dcc2af78dd777c99.zip
Diffstat (limited to 'tests/unit/commands_test.cpp')
-rw-r--r--tests/unit/commands_test.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/unit/commands_test.cpp b/tests/unit/commands_test.cpp
index 3daa58f33..9679a9e73 100644
--- a/tests/unit/commands_test.cpp
+++ b/tests/unit/commands_test.cpp
@@ -30,6 +30,7 @@ TEST(CommandsTest, ParseType) {
ASSERT_EQ(Command::Type::IMGDIFF, Command::ParseType("imgdiff"));
ASSERT_EQ(Command::Type::STASH, Command::ParseType("stash"));
ASSERT_EQ(Command::Type::FREE, Command::ParseType("free"));
+ ASSERT_EQ(Command::Type::COMPUTE_HASH_TREE, Command::ParseType("compute_hash_tree"));
}
TEST(CommandsTest, ParseType_InvalidCommand) {