summaryrefslogtreecommitdiff
path: root/ACE/TAO/tests/Bug_2593_Regression/README
diff options
context:
space:
mode:
Diffstat (limited to 'ACE/TAO/tests/Bug_2593_Regression/README')
-rw-r--r--ACE/TAO/tests/Bug_2593_Regression/README18
1 files changed, 18 insertions, 0 deletions
diff --git a/ACE/TAO/tests/Bug_2593_Regression/README b/ACE/TAO/tests/Bug_2593_Regression/README
new file mode 100644
index 00000000000..8da60d5bbb4
--- /dev/null
+++ b/ACE/TAO/tests/Bug_2593_Regression/README
@@ -0,0 +1,18 @@
+/**
+
+@page Bug 2593 Regression Test README File
+
+This test is used to demonstrate that TAO can successfully connect
+with a server even if the server's IOR contains profiles the client
+doesn't know about.
+
+When TAO 1.5.2 was released it was discovered that TAO could no longer
+tolerate unknown profiles. This test is designed to ensure that
+problem is caught before another release is cut.
+
+
+$ ./run_test.pl
+
+ the script returns 0 if the test was successful.
+
+*/