From ab1b2bdc19727eb610972c095a9899e285dcc7b4 Mon Sep 17 00:00:00 2001 From: Michael Graff Date: Fri, 16 Jun 2000 23:12:37 +0000 Subject: [PATCH] comment --- bin/tests/net/driver.h | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/bin/tests/net/driver.h b/bin/tests/net/driver.h index f2a2414880..5d09c9dbcd 100644 --- a/bin/tests/net/driver.h +++ b/bin/tests/net/driver.h @@ -15,8 +15,20 @@ * SOFTWARE. */ -/* $Id: driver.h,v 1.1 2000/06/16 22:17:11 explorer Exp $ */ +/* $Id: driver.h,v 1.2 2000/06/16 23:12:37 explorer Exp $ */ +/* + * PASSED and FAILED mean the particular test passed or failed. + * + * UNKNOWN means that for one reason or another, the test process itself + * failed. For instance, missing files, error when parsing files or + * IP addresses, etc. That is, the test itself is broken, not what is + * being tested. + * + * UNTESTED means the test was unable to be run because a prerequisite test + * failed, the test is disabled, or the test needs a system component + * (for instance, Perl) and cannot run. + */ typedef enum { PASSED = 0, FAILED = 1,