summaryrefslogtreecommitdiff
path: root/TAO/tests/CORBA_is_nil/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/CORBA_is_nil/README.md')
-rw-r--r--TAO/tests/CORBA_is_nil/README.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/TAO/tests/CORBA_is_nil/README.md b/TAO/tests/CORBA_is_nil/README.md
index 224707f11ba..ef5271b6b1a 100644
--- a/TAO/tests/CORBA_is_nil/README.md
+++ b/TAO/tests/CORBA_is_nil/README.md
@@ -15,7 +15,9 @@ produces the corrcet result.
This test has the server return a nil object reference and the client
uses lazy resource usage, to comfirm that CORBA::is_nil corrcetly
-identifies the nil object reference.
+identifies the nil object reference. See issue #1203, which pointed
+out that only CORBA::Object_ptr has a template specialization for
+CORBA::is_nil, but not derived interfaces.