Lines Matching refs:errMsg

175     std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n";

176 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
200 std::string errMsg = ErrorCode2Str(ERR_INVALID_DOMAIN_STR) + "\n";
201 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
225 std::string errMsg = ErrorCode2Str(ERR_TAG_STR_TOO_LONG) + "\n";
226 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
257 std::string errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
258 EXPECT_EQ(GetCmdResultFromPopen(inValidStrCmd), errMsg);
305 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
306 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
334 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
335 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
376 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
377 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
401 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
402 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
405 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
408 errMsg = ErrorCode2Str(ERR_COMMAND_INVALID) + "\n";
409 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
471 std::string errMsg = ErrorCode2Str(ERR_LOG_TYPE_INVALID) + "\n";
472 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
520 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
521 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
526 errMsg = ErrorCode2Str(ERR_FILE_NAME_TOO_LONG) + "\n";
527 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
530 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
531 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
534 errMsg = ErrorCode2Str(ERR_INVALID_SIZE_STR) + "\n";
535 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
538 errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
539 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
568 std::string errMsg = ErrorCode2Str(ERR_REGEX_STR_TOO_LONG) + "\n";
569 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
595 std::string errMsg = ErrorCode2Str(ERR_LOG_LEVEL_INVALID) + "\n";
596 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
599 errMsg = ErrorCode2Str(ERR_TOO_MANY_ARGUMENTS) + "\n";
600 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
603 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
604 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
631 std::string errMsg = ErrorCode2Str(ERR_NOT_NUMBER_STR) + "\n";
632 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
772 std::string errMsg = ErrorCode2Str(ERR_INVALID_ARGUMENT) + "\n";
773 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
776 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
777 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);
780 errMsg = ErrorCode2Str(ERR_DUPLICATE_OPTION) + "\n";
781 EXPECT_EQ(GetCmdResultFromPopen(cmd), errMsg);