mirror of
https://github.com/HDFGroup/hdf5.git
synced 2025-03-31 17:10:47 +08:00
[svn-r22755] When Scot Breitenfeld committed his test function test_valid_path in r22078 6 months ago, he replaced test_text_type
function with his function, thus skipped test_text_type test. I'm restoring it back in this checkin. Tested on jam - simple change.
This commit is contained in:
parent
6f1ae47a37
commit
0ffdaff795
@ -2152,9 +2152,12 @@ int main( void )
|
||||
/* test attribute functions */
|
||||
nerrors += test_attr();
|
||||
|
||||
/* test text-dtype functions */
|
||||
/* test valid path functions */
|
||||
nerrors += test_valid_path();
|
||||
|
||||
/* test text-dtype functions */
|
||||
nerrors += test_text_dtype();
|
||||
|
||||
/* check for errors */
|
||||
if (nerrors)
|
||||
goto error;
|
||||
|
Loading…
x
Reference in New Issue
Block a user