From c39a17ca1e32f6660c2c807b19badc24a9e7b112 Mon Sep 17 00:00:00 2001 From: Alexandru Bercuci <abercuci@niham.nipne.ro> Date: Tue, 24 May 2022 13:12:47 +0300 Subject: [PATCH] fix test for new ToString function implementation --- core/data/test/trd/_GTestCbmTrdHit.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/data/test/trd/_GTestCbmTrdHit.cxx b/core/data/test/trd/_GTestCbmTrdHit.cxx index 362c480232..ea85959630 100644 --- a/core/data/test/trd/_GTestCbmTrdHit.cxx +++ b/core/data/test/trd/_GTestCbmTrdHit.cxx @@ -126,7 +126,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\nCbmTrdHit: " + "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", test.ToString().c_str()); } -- GitLab