Index: ossp-pkg/xds/regression-tests/core.c RCS File: /v/ossp/cvs/ossp-pkg/xds/regression-tests/Attic/core.c,v rcsdiff -q -kk '-r1.1' '-r1.2' -u '/v/ossp/cvs/ossp-pkg/xds/regression-tests/Attic/core.c,v' 2>/dev/null --- core.c 2001/07/04 15:55:06 1.1 +++ core.c 2001/07/04 16:13:30 1.2 @@ -54,6 +54,7 @@ xds_destroy(ctx[i]); +#if 0 /* Check how the library deals with errorneous arguments. */ if (xds_init((xds_mode_t)42) != NULL || errno != EINVAL) @@ -62,12 +63,11 @@ return 1; } - /* Call xds_destroy() with an invalid context and see whether we survive that. */ xds_destroy(NULL); - +#endif /* Everything went fine. */