summaryrefslogtreecommitdiff
path: root/TAO/tests/Collocated_Best
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 10:15:26 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-10-20 10:15:26 +0000
commitb793e0fed3cfa64d35afcb3bd1a1184fc6f48182 (patch)
tree1374576ef10bf0fb929d116f2b2d75368455560e /TAO/tests/Collocated_Best
parent02686f8d5108580e8a3d56bfe9b124405fdedd18 (diff)
downloadATCD-b793e0fed3cfa64d35afcb3bd1a1184fc6f48182.tar.gz
Fixed fuzz
Diffstat (limited to 'TAO/tests/Collocated_Best')
-rw-r--r--TAO/tests/Collocated_Best/README3
1 files changed, 2 insertions, 1 deletions
diff --git a/TAO/tests/Collocated_Best/README b/TAO/tests/Collocated_Best/README
index 6abd103bbe4..8e436ff63d7 100644
--- a/TAO/tests/Collocated_Best/README
+++ b/TAO/tests/Collocated_Best/README
@@ -1,11 +1,12 @@
// $Id$
+
CollocationStrategy TAO_COLLOCATION_BEST:
This tests performs a series of checks on CollocationStrategy 'best' (TAO_COLLOCATION_BEST) support in TAO.
With CollocationStrategy 'best' the best possible collocation strategy is tried to perform.
If TAO_COLLOCATION_DIRECT is possible, this has to be used, else if TAO_COLLOCATION_THRU_POA
- is possible this has to be used, else use remote stub.
+ is possible this has to be used, else use remote stub.
The test Collocated_Best_Direct uses IDLflags -Sp, to disable Thru_poa collocation
and -Gd, to enable Direct collocation.