From bf6a2a95e2d1d2479788e16c6837e85722b92e4e Mon Sep 17 00:00:00 2001
From: Alexandru Bercuci <abercuci@niham.nipne.ro>
Date: Tue, 24 May 2022 13:44:34 +0300
Subject: [PATCH] try fix test on the ToString call

---
 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 ea85959630..b235f19240 100644
--- a/core/data/test/trd/_GTestCbmTrdHit.cxx
+++ b/core/data/test/trd/_GTestCbmTrdHit.cxx
@@ -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());
 }
 
-- 
GitLab