]> Creatis software - gdcm.git/commitdiff
ENH: PrintBug -> TestBug
authormalaterre <malaterre>
Sun, 16 May 2004 21:10:35 +0000 (21:10 +0000)
committermalaterre <malaterre>
Sun, 16 May 2004 21:10:35 +0000 (21:10 +0000)
Testing/CMakeLists.txt
Testing/TestBug.cxx

index d55a224152ef0736f5218797977b2aaf3240ce1d..cc1aad0854aeec143401fc0e25bab527c9ccdafb 100644 (file)
@@ -8,7 +8,7 @@ SET(GDCM_TESTS ${CXX_TEST_PATH}/gdcmTests)
 # add test that does not require data:
 # They usally return if no argument is given
 SET(TEST_SOURCES
-  PrintBug.cxx
+  TestBug.cxx
   TestDcm2Acr.cxx
   TestHash.cxx
   testWrite.cxx
index 6b398d24453f7bcfe93875ae2b8a77b9d72fb592..a8e55d475f0947fc7f02fb64ccf80268618f9f0b 100644 (file)
@@ -4,7 +4,7 @@
 
 #include "gdcm.h"
 
-int PrintBug(int argc, char* argv[])
+int TestBug(int argc, char* argv[])
 {  
    gdcmHeader* e1;