summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRaymond Lu <songyulu@hdfgroup.org>2012-09-12 16:55:16 (GMT)
committerRaymond Lu <songyulu@hdfgroup.org>2012-09-12 16:55:16 (GMT)
commitcf485eb7cc21c460c87cbdcce3160a58d0d74a13 (patch)
treebf11a2eb81c3540569f12679d4c24106b6ecc56e
parent0c21f00cf8a1a6260fedff98d4b27c3afd21de47 (diff)
downloadhdf5-cf485eb7cc21c460c87cbdcce3160a58d0d74a13.zip
hdf5-cf485eb7cc21c460c87cbdcce3160a58d0d74a13.tar.gz
hdf5-cf485eb7cc21c460c87cbdcce3160a58d0d74a13.tar.bz2
[svn-r22756] When Scot Breitenfeld committed his test function test_valid_path in r22206 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 5bdeaca..2c7594c 100644
--- a/hl/test/test_lite.c
+++ b/hl/test/test_lite.c
@@ -2160,9 +2160,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;