summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 21:07:21 +0000
committerirfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795>2003-04-17 21:07:21 +0000
commit91628a70eae3f35ecf8a7d3b28f8dda90be295af (patch)
treead96345c05db8f4d722584fb435d4d4c87fc35da
parent34ec3c46340b67daa1bf745632477f21151c27ed (diff)
downloadATCD-91628a70eae3f35ecf8a7d3b28f8dda90be295af.tar.gz
ChangeLogTag: Thu Apr 17 16:04:54 2003 Irfan Pyarali <irfan@cs.wustl.edu>
-rw-r--r--ChangeLog5
-rw-r--r--tests/Process_Mutex_Test.cpp3
2 files changed, 5 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 2658a515feb..870e110cc99 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+Thu Apr 17 16:04:54 2003 Irfan Pyarali <irfan@cs.wustl.edu>
+
+ * tests/Process_Mutex_Test.cpp: Removed call to sleep(). It was
+ really not required. This closes bug 91.
+
Thu Apr 17 19:26:24 UTC 2003 Don Hinton <dhinton@dresystems.com>
* ace/os_include/aio.h:
diff --git a/tests/Process_Mutex_Test.cpp b/tests/Process_Mutex_Test.cpp
index cfea9cde337..b6fec466b2b 100644
--- a/tests/Process_Mutex_Test.cpp
+++ b/tests/Process_Mutex_Test.cpp
@@ -178,9 +178,6 @@ ACE_TMAIN (int argc, ACE_TCHAR *argv[])
ACE_DEBUG ((LM_DEBUG,
ACE_TEXT ("Parent spawned child process with pid = %d.\n"),
children[i].getpid ()));
-
- // Give the newly spawned child process a chance to start...
- ACE_OS::sleep (1);
}
for (i = 0; i < n_processes; i++)