summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2006-04-27 18:32:07 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2006-04-27 18:32:07 +0000
commit784a8b76284afcb1219ea8f4e1776ea553f7b222 (patch)
treee5932aa9fabb31133abd566855062220f95f8817
parent11aea056b37e83e952838fdeff53d892b7e07fe8 (diff)
downloadATCD-784a8b76284afcb1219ea8f4e1776ea553f7b222.tar.gz
ChangeLogTag: Thu Apr 27 14:00:18 UTC 2006 Johnny Willemsen <jwillemsen@remedy.nl>
-rw-r--r--tests/Aio_Platform_Test.cpp5
-rw-r--r--tests/run_test.lst1
2 files changed, 3 insertions, 3 deletions
diff --git a/tests/Aio_Platform_Test.cpp b/tests/Aio_Platform_Test.cpp
index 2c75f7d6022..22c13223e06 100644
--- a/tests/Aio_Platform_Test.cpp
+++ b/tests/Aio_Platform_Test.cpp
@@ -189,9 +189,8 @@ run_main (int, ACE_TCHAR *[])
"ACE_HAS_AIO_CALLS can be defined for this platform\n"
"Further tests at $ACE_ROOT/examples/Reactor/Proactor\n"));
else
- ACE_ERROR_RETURN ((LM_ERROR,
- "AIO not found.Test failed\n"),
- -1);
+ ACE_ERROR ((LM_INFO,
+ "AIO not supported on this platform\n"));
ACE_END_TEST;
diff --git a/tests/run_test.lst b/tests/run_test.lst
index b9e15809cd4..4ae86fee7d0 100644
--- a/tests/run_test.lst
+++ b/tests/run_test.lst
@@ -17,6 +17,7 @@
ACE_Init_Test: MSVC
ACE_Test
+Aio_Platform_Test
Arg_Shifter_Test
Array_Map_Test
Atomic_Op_Test