Skip to content

Commit

Permalink
Remove duplicate check.
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelonken committed Sep 13, 2024
1 parent d986783 commit efedf53
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions dcmdata/tests/telemlen.cc
Original file line number Diff line number Diff line change
Expand Up @@ -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());
Expand Down

0 comments on commit efedf53

Please sign in to comment.