From cf485eb7cc21c460c87cbdcce3160a58d0d74a13 Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 12 Sep 2012 11:55:16 -0500 Subject: [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. --- hl/test/test_lite.c | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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; -- cgit v0.12