Index: ossp-pkg/sa/sa_test.c RCS File: /v/ossp/cvs/ossp-pkg/sa/sa_test.c,v rcsdiff -q -kk '-r1.14' '-r1.15' -u '/v/ossp/cvs/ossp-pkg/sa/sa_test.c,v' 2>/dev/null --- sa_test.c 2002/01/30 16:43:00 1.14 +++ sa_test.c 2002/01/31 21:17:50 1.15 @@ -180,7 +180,7 @@ ts_suite_t *ts; int n; - ts = ts_suite_new("OSSP SA (Socket Abstraction Library)"); + ts = ts_suite_new("OSSP sa (Socket Abstraction)"); ts_suite_test(ts, test_saa_impexp, "socket address abstraction import/export"); ts_suite_test(ts, test_saa_match, "socket address abstraction matching"); ts_suite_test(ts, test_sa_stream, "socket abstraction stream communication");