From efedf53ee1ec77d5d78b83c800163b9632aca40c Mon Sep 17 00:00:00 2001 From: Michael Onken Date: Fri, 13 Sep 2024 17:56:08 +0200 Subject: [PATCH] Remove duplicate check. --- dcmdata/tests/telemlen.cc | 2 -- 1 file changed, 2 deletions(-) diff --git a/dcmdata/tests/telemlen.cc b/dcmdata/tests/telemlen.cc index ed5c3769f2..6900d16213 100644 --- a/dcmdata/tests/telemlen.cc +++ b/dcmdata/tests/telemlen.cc @@ -159,8 +159,6 @@ OFTEST(dcmdata_putOFStringAtPos) // Check whether other values are still there checkValue(imageType, 0, "One"); checkValue(imageType, 1, "Two", 3); - // Check if the VM is still 3 - OFCHECK(imageType.getVM() == 3); // Replace value 0 and 1 with empty strings as well OFCHECK(imageType.putOFStringAtPos("", 0).good());