summaryrefslogtreecommitdiffstats
path: root/hl/test/test_lite.c
diff options
context:
space:
mode:
authorVailin Choi <vchoi@hdfgroup.org>2013-04-12 22:36:34 (GMT)
committerVailin Choi <vchoi@hdfgroup.org>2013-04-12 22:36:34 (GMT)
commit94f89911545edce6fc9ebde2c83357cbda0bbd70 (patch)
treeea81574cb50d78ff04256ec1ca42c959249e4498 /hl/test/test_lite.c
parent4ce17c9aa6515c32551104516b32caf8b0ce9f02 (diff)
downloadhdf5-94f89911545edce6fc9ebde2c83357cbda0bbd70.zip
hdf5-94f89911545edce6fc9ebde2c83357cbda0bbd70.tar.gz
hdf5-94f89911545edce6fc9ebde2c83357cbda0bbd70.tar.bz2
[svn-r23582] Bring revisions 22708:22730 from trunk to revise_chunks.
h5committested.
Diffstat (limited to 'hl/test/test_lite.c')
-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;