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
No related branches found
No related tags found
1 merge request!818Developing the TRD(2D) detector as intermediate tracker
Pipeline #17470 passed
...@@ -127,7 +127,7 @@ TEST(_GTestCbmTrdHit, CheckToString) ...@@ -127,7 +127,7 @@ TEST(_GTestCbmTrdHit, CheckToString)
EXPECT_STREQ("CbmPixelHit: address=12345 pos=(-3,5.777,123.765) " EXPECT_STREQ("CbmPixelHit: address=12345 pos=(-3,5.777,123.765) "
"err=(0.77,0.88,0.99) dxy=1.2 refId=6\nCbmTrdHit1D: " "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()); test.ToString().c_str());
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment