]> Creatis software - gdcm.git/commitdiff
ENH: testDicomDir -> TestDicomDir
authormalaterre <malaterre>
Sun, 16 May 2004 21:15:49 +0000 (21:15 +0000)
committermalaterre <malaterre>
Sun, 16 May 2004 21:15:49 +0000 (21:15 +0000)
Testing/CMakeLists.txt
Testing/TestDicomDir.cxx

index cc1aad0854aeec143401fc0e25bab527c9ccdafb..1e590f967069d6068a2f0f1a22c69f3cffe100ce 100644 (file)
@@ -21,7 +21,7 @@ IF (GDCM_DATA_ROOT)
     PrintDicomDir.cxx
     pourFindTaggs.cxx
     testChangeEntete.cxx
-    testDicomDir.cxx      #require DICOMDIR
+    TestDicomDir.cxx      #require DICOMDIR
     BuildUpDicomDir.cxx
     TestReadWrite.cxx
     makeDicomDir.cxx
index 11f8aa6d5d4754c42a3445a6fda4c36c9cd7c804..aa4c176d7a086723b80d0cee9752d67f6ea9f70b 100644 (file)
@@ -4,20 +4,8 @@
 #include "gdcmDicomDir.h"
 
 #include <fstream>
-#ifdef GDCM_NO_ANSI_STRING_STREAM
-#  include <strstream>
-#  define  ostringstream ostrstream
-# else
-#  include <sstream>
-#endif
-#include <string>
-#include <iostream>
-
-#define  ostringstream ostrstream
-//extern "C"
-
 
-int testDicomDir(int argc, char* argv[])
+int TestDicomDir(int argc, char* argv[])
 {  
    gdcmDicomDir *e1;
    ListTag::iterator deb , fin;