Check-in Number:
|
1774 | |
Date: |
2002-Jan-31 22:17:50 (local)
2002-Jan-31 21:17:50 (UTC) |
User: | rse |
Branch: | |
Comment: |
fix name |
Tickets: |
|
Inspections: |
|
Files: |
|
ossp-pkg/sa/sa_test.c 1.14 -> 1.15
--- 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");
|
|