summaryrefslogtreecommitdiff
path: root/TAO/tests/Blocking_Sync_None/README
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Blocking_Sync_None/README')
-rw-r--r--TAO/tests/Blocking_Sync_None/README17
1 files changed, 17 insertions, 0 deletions
diff --git a/TAO/tests/Blocking_Sync_None/README b/TAO/tests/Blocking_Sync_None/README
new file mode 100644
index 00000000000..8f6feb99e07
--- /dev/null
+++ b/TAO/tests/Blocking_Sync_None/README
@@ -0,0 +1,17 @@
+/**
+
+@page Blocking_Sync_None Test README File
+
+ A regression test for (un)reliable oneways. The test verifies
+that the ORB never blocks a request made with the SYNC_NONE scope
+policy. This is a regression test for:
+
+http://ace.cs.wustl.edu/bugzilla/show_bug.cgi?id=858
+
+ To run the test use the run_test.pl script:
+
+$ ./run_test.pl
+
+ the script returns 0 if there are no errors.
+
+*/