[Gdcm-hackers] gdcm-git:Grassroots DICOM branch release updated. 911b45275d849ef52cb3c9c51f748bff4c
Cross-platform DICOM implementation
Brought to you by:
malat
|
From: Mathieu M. <ma...@us...> - 2020-06-25 12:49:47
|
This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "Grassroots DICOM".
The branch, release has been updated
via 911b45275d849ef52cb3c9c51f748bff4c97e373 (commit)
from 09401815e1867d5522c644adf3a8c6e17c9cdbc0 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
https://sourceforge.net/p/gdcm/gdcm/ci/911b45275d849ef52cb3c9c51f748bff4c97e373/
commit 911b45275d849ef52cb3c9c51f748bff4c97e373
Author: Mathieu Malaterre <mat...@gm...>
Date: Thu Jun 25 14:47:26 2020 +0200
Fix test
diff --git a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
index 62fdf5b8f..ced6ab6fa 100644
--- a/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
+++ b/Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx
@@ -108,6 +108,13 @@ public:
assert( vr2 == VR::IS || vr2 == VR::US || vr2 == VR::CS );
return vr;
}
+ // PHILIPS_Gyroscan-12-Jpeg_Extended_Process_2_4.dcm
+ if( de.GetTag() == Tag(0x0008,0x0040) )
+ {
+ assert( vr == VR::SS );
+ assert( vr2 == VR::US );
+ return vr;
+ }
if( vr == VR::SQ || vr2 == VR::SQ )
assert( vr == vr2 );
if( !de.GetTag().IsPrivate() )
-----------------------------------------------------------------------
Summary of changes:
Testing/Source/MediaStorageAndFileFormat/Cxx/TestDataSetHelper.cxx | 7 +++++++
1 file changed, 7 insertions(+)
hooks/post-receive
--
Grassroots DICOM
|