From: malaterre Date: Sun, 16 May 2004 21:04:22 +0000 (+0000) Subject: ENH: Change hashtest -> TestHash X-Git-Tag: Version0.5.bp~170 X-Git-Url: https://git.creatis.insa-lyon.fr/pubgit/?a=commitdiff_plain;h=796a5c818b5ae284a382313ffe5bf31d4c402dba;p=gdcm.git ENH: Change hashtest -> TestHash --- diff --git a/Testing/CMakeLists.txt b/Testing/CMakeLists.txt index aaca9643..7b344a5e 100644 --- a/Testing/CMakeLists.txt +++ b/Testing/CMakeLists.txt @@ -10,7 +10,7 @@ SET(GDCM_TESTS ${CXX_TEST_PATH}/gdcmTests) SET(TEST_SOURCES PrintBug.cxx dcm2acr.cxx - hashtest.cxx + TestHash.cxx testWrite.cxx ) diff --git a/Testing/TestHash.cxx b/Testing/TestHash.cxx index 313df602..46335249 100644 --- a/Testing/TestHash.cxx +++ b/Testing/TestHash.cxx @@ -3,7 +3,7 @@ #include #include -int hashtest( int, char * [] ) { +int TestHash( int, char * [] ) { typedef std::map dict;