summaryrefslogtreecommitdiff
path: root/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne
diff options
context:
space:
mode:
authorJohnny Willemsen <jwillemsen@remedy.nl>2011-04-14 13:40:32 +0000
committerJohnny Willemsen <jwillemsen@remedy.nl>2011-04-14 13:40:32 +0000
commit2cbc3927c5fa9e765c8095793b5d085bf9a73514 (patch)
tree59b1f81789a9e17d7002377b375d23dd6d81971c /CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne
parent0943c6f8858c4f8d3382175a8814214b6dac08cb (diff)
downloadATCD-2cbc3927c5fa9e765c8095793b5d085bf9a73514.tar.gz
Thu Apr 14 13:39:08 UTC 2011 Johnny Willemsen <jwillemsen@remedy.nl>
* bin/ciao_tests.lst: * connectors/dds4ccm/tests/QueryCondition/DDS/Base/Base.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Receiver/DDS_Receiver.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS/DDS_Sender/DDS_Sender.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc: * connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README: Disabled these tests for the moment, they are using ndds without the cck which causes a lot of warnings on the scoreboard, making it impossible to see if there are other issues
Diffstat (limited to 'CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne')
-rwxr-xr-xCIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc1
-rw-r--r--CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README2
4 files changed, 4 insertions, 1 deletions
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc
index 624f91e0fc7..552933e2d0e 100755
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/Base/Base_ObO.mpc
@@ -1,6 +1,7 @@
// $Id$
project(Base_obo_stub) : ndds_ts_defaults, nddslib {
+ requires += dummy_label
sharedname = Base_obo_stub
dynamicflags += NDDS_USER_DLL_EXPORT
libout = ../descriptors
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc
index 856c3d75054..5c9b0a24036 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Receiver/DDS_ObO_Receiver.mpc
@@ -1,6 +1,7 @@
// $Id$
project(*qc_receiver) : aceexe, nddslib, ndds_ts_defaults {
+ requires += dummy_label
exename = DDS_ObO_receiver
after += Base_obo_stub
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc
index da502e4a8be..353bcba5d1c 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/DDS_Sender/DDS_ObO_Sender.mpc
@@ -1,6 +1,7 @@
// $Id$
project(*qc_sender) : aceexe, nddslib, ndds_ts_defaults {
+ requires += dummy_label
exename = DDS_ObO_Sender
after += Base_obo_stub
diff --git a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README
index b24ff683875..1bd40b0d86e 100644
--- a/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README
+++ b/CIAO/connectors/dds4ccm/tests/QueryCondition/DDS_OneByOne/README
@@ -21,7 +21,7 @@ read_w_condition with this querycondition.
What we expect is that the receiver receives two samples (key_1 and key_2) with iteration 5.
Next, the sender writes samples with symbol <KEY_1> and <KEY_2> and iteration <7> through <9>
-The receiver deletes the query condition and creates the next readcondition:
+The receiver deletes the query condition and creates the next readcondition:
"DDS_NOT_READ_SAMPLE_STATE,DDS_NEW_VIEW_STATE | DDS_NOT_NEW_VIEW_STATE,DDS_ALIVE_INSTANCE_STATE | DDS_NOT_ALIVE_INSTANCE_STATE"
and uses, in a loop, a read_w_condition with this readcondition and number of samples = 1.