summaryrefslogtreecommitdiff
path: root/README
diff options
context:
space:
mode:
authorMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2007-03-08 20:26:20 +0000
committerMatthew Johnson <mjj29@hecate.trinhall.cam.ac.uk>2007-03-08 20:26:20 +0000
commitd2acbc3da4b9dab693f2349ff926d2140b231631 (patch)
tree21fc42fde1799fbf14fb3a6e66636ff0cd63807c /README
parent869f491e22f7a8ba4e4cf374ca0d4a34f2c38727 (diff)
make signals clearer; move between interfacesHEADmaster
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 10 insertions, 0 deletions
diff --git a/README b/README
index 537832a..5a084e5 100644
--- a/README
+++ b/README
@@ -6,6 +6,9 @@ description of the function:
test-introspect.xml
+The SingleTests Tests and TestSignals interfaces should be implemented by the
+servers. The TestClient interface should be implemented by the client.
+
Servers must also support:
Peer.Ping
@@ -47,3 +50,10 @@ Ignoring tests:
Tests can be ignored if you know they are going to fail. This will print a
list of ignored fails. To ignore tests create a file cross-test-ignore
containing a list of interface.function, one per line.
+
+A note on Signals:
+
+ The tests involve two signals. Triggered is sent from the server to the
+ client when the Trigger() method is called. The client sends Trigger to the
+ server which should cause Response() to be called by the server on the
+ client.