From 796a5c818b5ae284a382313ffe5bf31d4c402dba Mon Sep 17 00:00:00 2001 From: malaterre Date: Sun, 16 May 2004 21:04:22 +0000 Subject: [PATCH] ENH: Change hashtest -> TestHash --- Testing/CMakeLists.txt | 2 +- Testing/TestHash.cxx | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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; -- 2.48.1