You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -508,7 +508,6 @@ class TestErrorLogger : public TestFixture {
508
508
"17 Programming error"
509
509
"17 Programming error"
510
510
"0 "
511
-
"17 Programming error"
512
511
"0 ", msg_str);
513
512
514
513
ErrorMessage msg2;
@@ -551,11 +550,9 @@ class TestErrorLogger : public TestFixture {
551
550
"1 0"
552
551
"0 "
553
552
"8 test.cpp"
554
-
"1 0"
555
553
"17 Programming error"
556
554
"17 Programming error"
557
555
"0 "
558
-
"17 Programming error"
559
556
"0 ";
560
557
ErrorMessage msg;
561
558
ASSERT_THROW_INTERNAL_EQUALS(msg.deserialize(str), INTERNAL, "Internal Error: Deserialization of error message failed - invalid CWE ID - not an integer");
@@ -566,13 +563,12 @@ class TestErrorLogger : public TestFixture {
566
563
"5 error"
567
564
"1 0"
568
565
"7 invalid"// hash
566
+
"1 0"
569
567
"0 "
570
568
"8 test.cpp"
571
-
"1 0"
572
569
"17 Programming error"
573
570
"17 Programming error"
574
571
"0 "
575
-
"17 Programming error"
576
572
"0 ";
577
573
ErrorMessage msg;
578
574
ASSERT_THROW_INTERNAL_EQUALS(msg.deserialize(str), INTERNAL, "Internal Error: Deserialization of error message failed - invalid hash - not an integer");
@@ -610,7 +606,6 @@ class TestErrorLogger : public TestFixture {
610
606
"33 Illegal character in \"foo\\001bar\""
611
607
"33 Illegal character in \"foo\\001bar\""
612
608
"0 "
613
-
"29 Illegal character in \"string\""
614
609
"0 ", msg_str);
615
610
616
611
ErrorMessage msg2;
@@ -639,7 +634,6 @@ class TestErrorLogger : public TestFixture {
0 commit comments