summaryrefslogtreecommitdiff
path: root/c/src/ada-tests/mptests/mp09
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 20:57:52 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>1997-06-02 20:57:52 +0000
commit9917d5da0143ed183c9027a509ec85eab4b2d0e3 (patch)
tree59187d00f0af291cf2c8d450e2be8aefbd5c8197 /c/src/ada-tests/mptests/mp09
parentf3f06f79c34b82beb05532972f04e1bc1fcb7d2d (diff)
added screen files from 3.2.1
Diffstat (limited to 'c/src/ada-tests/mptests/mp09')
-rw-r--r--c/src/ada-tests/mptests/mp09/node1/mp09.scn20
-rw-r--r--c/src/ada-tests/mptests/mp09/node2/mp09.scn26
2 files changed, 46 insertions, 0 deletions
diff --git a/c/src/ada-tests/mptests/mp09/node1/mp09.scn b/c/src/ada-tests/mptests/mp09/node1/mp09.scn
new file mode 100644
index 0000000000..167d6e18a5
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp09/node1/mp09.scn
@@ -0,0 +1,20 @@
+*** TEST 9 -- NODE 1 ***
+Creating Message Queue (Global)
+Creating Test_task (local)
+Starting Test_task (local)
+Deleting initialization task
+Getting QID of message queue
+Receiving message ...
+Received : 123456789012345
+Receiving message ...
+Received : abcdefghijklmno
+Receiving message ...
+Received : ABCDEFGHIJKLMNO
+Receiver delaying for a second
+message_queue_send : 123456789012345
+Delaying for a second
+message_queue_urgent : abcdefghijklmno
+Delaying for a second
+message_queue_broadcast : ABCDEFGHIJKLMNO
+Delaying for a second
+*** END OF TEST 9 ***
diff --git a/c/src/ada-tests/mptests/mp09/node2/mp09.scn b/c/src/ada-tests/mptests/mp09/node2/mp09.scn
new file mode 100644
index 0000000000..4cd8a7bff7
--- /dev/null
+++ b/c/src/ada-tests/mptests/mp09/node2/mp09.scn
@@ -0,0 +1,26 @@
+*** TEST 9 -- NODE 2 ***
+Creating Test_task (local)
+Starting Test_task (local)
+Deleting initialization task
+Getting QID of message queue
+message_queue_delete correctly returned ILLEGAL_ON_REMOTE_OBJECT
+message_queue_send : 123456789012345
+Delaying for a second
+message_queue_urgent : abcdefghijklmno
+Delaying for a second
+message_queue_broadcast : ABCDEFGHIJKLMNO
+Delaying for a second
+Receiving message ...
+Received : 123456789012345
+Receiving message ...
+Received : abcdefghijklmno
+Receiving message ...
+Received : ABCDEFGHIJKLMNO
+Receiver delaying for a second
+Flushing remote empty queue
+0 messages were flushed from remote empty queue
+Send messages to be flushed from remote queue
+Flushing remote queue
+1 messages were flushed from the remote queue
+Waiting for message queue to be deleted
+*** END OF TEST 9 ***