]> Creatis software - gdcm.git/commitdiff
ENH: Change hashtest -> TestHash
authormalaterre <malaterre>
Sun, 16 May 2004 21:04:22 +0000 (21:04 +0000)
committermalaterre <malaterre>
Sun, 16 May 2004 21:04:22 +0000 (21:04 +0000)
Testing/CMakeLists.txt
Testing/TestHash.cxx

index aaca9643149e5d0caa5e667df74851d5cc46d003..7b344a5e6594378a9d04dd61643642c0620d8423 100644 (file)
@@ -10,7 +10,7 @@ SET(GDCM_TESTS ${CXX_TEST_PATH}/gdcmTests)
 SET(TEST_SOURCES
   PrintBug.cxx
   dcm2acr.cxx
-  hashtest.cxx
+  TestHash.cxx
   testWrite.cxx
 )
 
index 313df6023d2ab6e77faf7cf643f9afa3428e1a9e..463352494bcdea2309c84076aaa579c3d9b4d89c 100644 (file)
@@ -3,7 +3,7 @@
 #include <iostream>
 #include <stdio.h>
 
-int hashtest( int, char * [] ) {
+int TestHash( int, char * [] ) {
 
   typedef std::map<std::string, char*> dict;