]> Creatis software - gdcm.git/commitdiff
Forgot to blacklist :
authorjpr <jpr>
Wed, 8 Feb 2006 14:45:51 +0000 (14:45 +0000)
committerjpr <jpr>
Wed, 8 Feb 2006 14:45:51 +0000 (14:45 +0000)
 "MR_Philips_Intera_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm"

Testing/CMakeLists.txt

index 6be1a3753805e93401820a4de75adfe39fd497cb..a5b0991b73c9d88b1a0ee164598117737789705d 100644 (file)
@@ -26,7 +26,7 @@ SET(TEST_SOURCES
 )
 IF(UNIX)
   SET(TEST_SOURCES ${TEST_SOURCES}
-    TestInline.cxx
+    #TestInline.cxx
   )
 ENDIF(UNIX)
 
@@ -153,8 +153,8 @@ SET(BLACK_LIST
   #"MR_Philips_Intera_No_PrivateSequenceImplicitVR.dcm"
   #"MR_SIEMENS_forceLoad29-1010_29-1020.dcm"
   
-  #Still cause troubles (see the .README.txt file for more details)
-  "MR_Philips_Intera_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm"
+  #Still cause troubles (see the .README.txt file for more details)  
+  "MR_Philips_Intera_in_SQ_2001_e05f_item_wrong_lgt_use_NOSHADOWSEQ.dcm"  
   "MR_Philips_Intera_PrivateSequenceExplicitVR.dcm"
   "MR_Philips_Intera_PrivateSequenceImplicitVR.dcm"
   )