summaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorDana Robinson <derobins@hdfgroup.org>2015-12-05 22:08:04 (GMT)
committerDana Robinson <derobins@hdfgroup.org>2015-12-05 22:08:04 (GMT)
commit681e1187260f19c95ff187c2630243acee3746a6 (patch)
treec7f678a8282a33d6be28fc9b0343949032dd9060 /test
parentb419141463df5c7883bb1839e08c99dce582bab6 (diff)
downloadhdf5-681e1187260f19c95ff187c2630243acee3746a6.zip
hdf5-681e1187260f19c95ff187c2630243acee3746a6.tar.gz
hdf5-681e1187260f19c95ff187c2630243acee3746a6.tar.bz2
[svn-r28520] Re-enabled the cache_logging test and fixed it to pass on Windows.
Tested on: 64-bit Windows 10 Pro w/ VS2015 Pro & CMake 3.3.1
Diffstat (limited to 'test')
-rw-r--r--test/CMakeLists.txt2
-rw-r--r--test/cache_logging.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/test/CMakeLists.txt b/test/CMakeLists.txt
index 100f34f..3a69371 100644
--- a/test/CMakeLists.txt
+++ b/test/CMakeLists.txt
@@ -209,7 +209,7 @@ set (H5_TESTS
ohdr
stab
gheap
- #cache_logging
+ cache_logging
cork
pool
istore
diff --git a/test/cache_logging.c b/test/cache_logging.c
index 682ff6d..ec9b7b9 100644
--- a/test/cache_logging.c
+++ b/test/cache_logging.c
@@ -134,7 +134,7 @@ test_logging_api(void)
/* Clean up */
if(H5Fclose(fid) < 0)
TEST_ERROR;
- if(HDremove(FILE_NAME) != 0)
+ if(HDremove(filename) != 0)
TEST_ERROR;
PASSED();