summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-09-12 16:32:33 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-09-12 16:32:33 (GMT)
commit0ffdaff795a6811146b86e14b40f7aa57b0ce39d (patch)
tree02ec6b415f9f895177936907641376036d2b74fd
parent6f1ae47a374eafcc0114634836562ad27daf4fcd (diff)
downloadhdf5-0ffdaff795a6811146b86e14b40f7aa57b0ce39d.zip
hdf5-0ffdaff795a6811146b86e14b40f7aa57b0ce39d.tar.gz
hdf5-0ffdaff795a6811146b86e14b40f7aa57b0ce39d.tar.bz2
[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.
-rw-r--r--hl/test/test_lite.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/hl/test/test_lite.c b/hl/test/test_lite.c
index 3fface8..a611088 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -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;