From 0ffdaff795a6811146b86e14b40f7aa57b0ce39d Mon Sep 17 00:00:00 2001 From: Raymond Lu Date: Wed, 12 Sep 2012 11:32:33 -0500 Subject: [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. --- 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 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; -- cgit v0.12