From 648aa268c83f85003ff031dd396508c9547a561e Mon Sep 17 00:00:00 2001 From: Elena Pourmal Date: Tue, 27 Feb 2007 15:32:41 -0500 Subject: [svn-r13424] Problem: External links test in tsohm.c tries to open a target file the second time. Therefore it fails for VMS. Solution: Commented out this test for VMS system. Platforms tested: VMS server and kagiso --- test/tsohm.c | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/test/tsohm.c b/test/tsohm.c index a8008bc..f5a6514 100644 --- a/test/tsohm.c +++ b/test/tsohm.c @@ -3375,7 +3375,12 @@ test_sohm(void) test_sohm_delete(); /* Test deleting shared messages */ test_sohm_delete_revert(); /* Test that a file with SOHMs becomes an * empty file again when they are deleted. */ +#ifndef H5_CANNOT_OPEN_TWICE /* On VMS this test fails since it tries to + open target file the second time */ test_sohm_extlink(); /* Test SOHMs when external links are used */ + +#endif /* H5_CANNOT_OPEN_TWICE */ + test_sohm_extend_dset(); /* Test extending shared datasets */ } /* test_sohm() */ -- cgit v0.12