OpenDDS / OpenDDS

OpenDDS is an open source C++ implementation of the Object Management Group (OMG) Data Distribution Service (DDS). OpenDDS also supports Java bindings through JNI.
http://www.opendds.org
Other
1.29k stars 465 forks source link

Extend test with a reproducer for `Unknown union label value` error #4537

Closed jwillemsen closed 2 months ago

jwillemsen commented 2 months ago
* tests/DCPS/Compiler/union_defaults/union_defaults.idl:

New error I found in the AXCIOMA unit tests after the merge of https://github.com/OpenDDS/OpenDDS/pull/4519

mitza-oci commented 2 months ago

Interesting that it works without the redundant namespace qualification. I'll fix it.