update unit tests

This commit is contained in:
Axel Kohlmeyer
2022-08-18 10:52:25 -04:00
parent 9edb1ee928
commit 414b0b1475

View File

@ -81,7 +81,7 @@ TEST_F(SimpleCommandsTest, Echo)
ASSERT_EQ(lmp->input->echo_log, 1);
TEST_FAILURE(".*ERROR: Illegal echo command.*", command("echo"););
TEST_FAILURE(".*ERROR: Illegal echo command.*", command("echo xxx"););
TEST_FAILURE(".*ERROR: Unknown echo keyword: xxx.*", command("echo xxx"););
}
TEST_F(SimpleCommandsTest, Log)