diff options
author | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-08-13 23:37:03 +0000 |
---|---|---|
committer | dai_y <dai_y@ae88bc3d-4319-0410-8dbf-d08b4c9d3795> | 2006-08-13 23:37:03 +0000 |
commit | 6af59f3a514cbb4743f8a35d7f8ce984e9cc9176 (patch) | |
tree | 4a01ad4231eaffbbe77f782e97a81dd1573cf200 | |
parent | 993ea00450d5ed5b10fc8425a1c680aca5649835 (diff) | |
download | ATCD-6af59f3a514cbb4743f8a35d7f8ce984e9cc9176.tar.gz |
Sun Aug 13 23:30:02 UTC 2006 Yan Dai <dai_y@ociweb.com>
-rw-r--r-- | ACE/ChangeLog | 7 | ||||
-rw-r--r-- | ACE/bin/tao_orb_tests.lst | 4 |
2 files changed, 9 insertions, 2 deletions
diff --git a/ACE/ChangeLog b/ACE/ChangeLog index b31f1a1ce9a..b8a2621973f 100644 --- a/ACE/ChangeLog +++ b/ACE/ChangeLog @@ -1,3 +1,10 @@ +Sun Aug 13 23:30:02 UTC 2006 Yan Dai <dai_y@ociweb.com> + + * bin/tao_other_tests.lst: + + Excluded TAO POAManagerFactory and EndpointPolicy tests from + running in a minimum CORBA configuration. + Sun Aug 13 22:21:55 UTC 2006 Shanshan Jiang <shanshan.jiang@vanderbilt.edu> * test/Hash_Multi_Map_Manager_Test.cpp diff --git a/ACE/bin/tao_orb_tests.lst b/ACE/bin/tao_orb_tests.lst index 3d797d07886..ed1db090f76 100644 --- a/ACE/bin/tao_orb_tests.lst +++ b/ACE/bin/tao_orb_tests.lst @@ -150,8 +150,8 @@ TAO/tests/POA/Deactivate_Object/run_test.pl TAO/tests/POA/Reference_Counting/run_test.pl TAO/tests/POA/Current/run_test.pl: TAO/tests/POA/wait_for_completion/run_test.pl: -TAO/tests/POA/POAManagerFactory/run_test.pl: -TAO/tests/POA/EndpointPolicy/run_test.pl: +TAO/tests/POA/POAManagerFactory/run_test.pl: !MINIMUM +TAO/tests/POA/EndpointPolicy/run_test.pl: !MINIMUM TAO/tests/IORManipulation/run_test.pl: TAO/tests/Policies/run_test.pl: !MINIMUM !ST TAO/tests/Timeout/run_test.pl: !MINIMUM |