mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-01 16:28:09 +08:00
Description:
Removed "#ifndef H5_NO_DEPRECATED_SYMBOLS" in file space tests, because the wrappers only use the latest functions now. Platforms tested: Linux/32 2.6 (jam) Linux/64 (platypus) Darwin (osx1010test)
This commit is contained in:
parent
34731511da
commit
b6cb20d608
@ -877,11 +877,7 @@ static void test_file_info()
|
||||
|
||||
// Get the file's version information.
|
||||
file7.getFileInfo(finfo);
|
||||
#ifndef H5_NO_DEPRECATED_SYMBOLS
|
||||
verify_val(finfo.super.version, 2, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
#else /* H5_NO_DEPRECATED_SYMBOLS */
|
||||
verify_val(finfo.super.version, 1, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
#endif /* H5_NO_DEPRECATED_SYMBOLS */
|
||||
verify_val(finfo.free.version, 0, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
verify_val(finfo.sohm.version, 0, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
|
||||
@ -896,11 +892,7 @@ static void test_file_info()
|
||||
|
||||
// Get the file's version information.
|
||||
file7.getFileInfo(finfo);
|
||||
#ifndef H5_NO_DEPRECATED_SYMBOLS
|
||||
verify_val(finfo.super.version, 2, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
#else /* H5_NO_DEPRECATED_SYMBOLS */
|
||||
verify_val(finfo.super.version, 1, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
#endif /* H5_NO_DEPRECATED_SYMBOLS */
|
||||
verify_val(finfo.free.version, 0, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
verify_val(finfo.sohm.version, 0, "H5File::getFileInfo", __LINE__, __FILE__);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user