diff options
author | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-08 02:44:49 +0000 |
---|---|---|
committer | irfan <irfan@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2000-01-08 02:44:49 +0000 |
commit | 5774b1a4285058ecf426c42f42c0d67e57d9531d (patch) | |
tree | 295f3f948f49400ce39c9c450414cf94e55142e5 /bin | |
parent | 196f6ac3d9ddf4915705f9a5b9187c7078285737 (diff) | |
download | ATCD-5774b1a4285058ecf426c42f42c0d67e57d9531d.tar.gz |
Buffered AMI requires an TAO build with AMI callbacks
Diffstat (limited to 'bin')
-rw-r--r-- | bin/run_all_list.pm | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/bin/run_all_list.pm b/bin/run_all_list.pm index a1120938535..8f313fd71b4 100644 --- a/bin/run_all_list.pm +++ b/bin/run_all_list.pm @@ -35,7 +35,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/ORB_init , run_test.pl', 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/examples/Buffered_Oneways , run_test.pl', - 'TAO/examples/Buffered_AMI , run_test.pl', +# REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', @@ -157,7 +157,7 @@ if ($^O eq "MSWin32") { 'TAO/tests/ORB_init , run_test.pl', 'TAO/tests/DSI_Gateway , run_test.pl', 'TAO/examples/Buffered_Oneways , run_test.pl', - 'TAO/examples/Buffered_AMI , run_test.pl', +# REQUIRES AMI 'TAO/examples/Buffered_AMI , run_test.pl', 'TAO/examples/POA/Adapter_Activator , run_test.pl', 'TAO/examples/POA/DSI , run_test.pl', 'TAO/examples/POA/Default_Servant , run_test.pl', |