summaryrefslogtreecommitdiff
path: root/ACE/tests/Logging_Strategy_Test.cpp
diff options
context:
space:
mode:
authorAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
committerAbdullah Sowayan <sowayan@users.noreply.github.com>2007-07-19 03:03:32 +0000
commitdcf3914840561f45f4f5a377707c20d098fe8949 (patch)
treeb69d024137f675c24ef1cec9a2b87c5d6a912987 /ACE/tests/Logging_Strategy_Test.cpp
parent2ffc5451399d51c893fe4b16d0a691990be4c671 (diff)
downloadATCD-dcf3914840561f45f4f5a377707c20d098fe8949.tar.gz
Thu Jul 19 03:00:57 UTC 2007 Abdullah Sowayan <abdullah.sowayan@lmco.com>
Diffstat (limited to 'ACE/tests/Logging_Strategy_Test.cpp')
-rw-r--r--ACE/tests/Logging_Strategy_Test.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/ACE/tests/Logging_Strategy_Test.cpp b/ACE/tests/Logging_Strategy_Test.cpp
index 2a53c83606f..6e3739020dd 100644
--- a/ACE/tests/Logging_Strategy_Test.cpp
+++ b/ACE/tests/Logging_Strategy_Test.cpp
@@ -352,9 +352,12 @@ parse_args (int argc, ACE_TCHAR *argv[])
break;
case 'i':
interval_time = ACE_OS::atoi (get_opt.opt_arg ());
+
+ //FUZZ: disable check_for_lack_ACE_OS
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Interval time (s): %d\n"),
interval_time));
+ //FUZZ: enable check_for_lack_ACE_OS
break;
case 'm':
max_size_files = ACE_OS::atoi (get_opt.opt_arg ());