]> Creatis software - gdcm.git/commit
* Test/TestReadWriteReadCompare.cxx was properly written (with a call
authorfrog <frog>
Tue, 29 Jun 2004 23:43:19 +0000 (23:43 +0000)
committerfrog <frog>
Tue, 29 Jun 2004 23:43:19 +0000 (23:43 +0000)
commit8b695d4a325b768e1bec82f41d74c49ebb906cc8
treebfae46605f01b4bc156e05fc22a8196b53bcfcf7
parenta3a5664f335d73922f138f492048406a690c3c06
   * Test/TestReadWriteReadCompare.cxx was properly written (with a call
     to gdcmFile::SetImageData()) BUT since gdcmFile is brain damaged (see
     new comments in this file) we temporarily (sigh) move to a weaker
     form of test...
   * Test/CmakeList.txt: with the change to Test/TestReadWriteReadCompare.cxx
     we don't need to black list the following images anymore:
      - 8BitsUncompressedColor.dcm
      - OT-PAL-8-face.dcm
      - US-PAL-8-10x-echo.dcm
   * src/gdcmDocument.[h|cxx]: RE-Reverting to version 1.42 with the proper
     fixes and the beautified code ;-)
     This fixes the bug introduced in version 1.42 (when beautifying)
     that made the parsing of 8BitsRunLengthColor.dcm unproper.
     Note: ctest was blind to this bug (this means we need to still
           improve the test suite). The bug could be detected by using
           gdcmbin/bin/PrintDocument $GDCM_DATA/8BitsRunLengthColor.dcm
           or by using
           gdcmbin/bin/ReadWrite $GDCM_DATA/8BitsRunLengthColor.dcm
           and by displaying the (garbage) produced file temp.XDCM...
ChangeLog
Testing/CMakeLists.txt
Testing/TestReadWriteReadCompare.cxx
src/gdcmDocument.cxx
src/gdcmDocument.h