summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 20:45:30 +0000
committerkirthika <kirthika@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>1999-07-07 20:45:30 +0000
commit04fc44f01f1d10ed5f7306991a6df10e77b71eb4 (patch)
tree447435e31df8ea14a52f3bc1e64a391cee1c2b8e
parent97d9db46ccd7af2c16783f91b6487e43a0763c7c (diff)
downloadATCD-04fc44f01f1d10ed5f7306991a6df10e77b71eb4.tar.gz
Added comment
-rw-r--r--tests/Cached_Conn_Test.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/Cached_Conn_Test.cpp b/tests/Cached_Conn_Test.cpp
index fe4738f53c2..03f62eb2d72 100644
--- a/tests/Cached_Conn_Test.cpp
+++ b/tests/Cached_Conn_Test.cpp
@@ -292,7 +292,7 @@ parse_args (int argc, char *argv[])
case 'p':
purge_percentage = atoi (get_opt.optarg);
break;
- case 'c':
+ case 'c': // If Null Caching Strategy then this test will fail!
caching_strategy_type = atoi (get_opt.optarg);
break;
case '?':