Skip to content
Snippets Groups Projects
Commit bf6a2a95 authored by Alexandru Bercuci's avatar Alexandru Bercuci Committed by Sergey Gorbunov
Browse files

try fix test on the ToString call

parent c39a17ca
Branches
Tags dev_2022_22
No related merge requests found
......@@ -127,7 +127,7 @@ TEST(_GTestCbmTrdHit, CheckToString)
EXPECT_STREQ("CbmPixelHit: address=12345 pos=(-3,5.777,123.765) "
"err=(0.77,0.88,0.99) dxy=1.2 refId=6\nCbmTrdHit1D: "
"time[ns]=456+-1.34 eloss=123 typ[R] RC=n Ovf=n\n",
"time[ns]=456+-1.34 eloss=123 RC=n Ovf=n\n",
test.ToString().c_str());
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment