summaryrefslogtreecommitdiff
path: root/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'TAO/tests/Alt_Mapping/ub_struct_seq.cpp')
-rw-r--r--TAO/tests/Alt_Mapping/ub_struct_seq.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
index c7fdad7fde3..019df9de1f0 100644
--- a/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
+++ b/TAO/tests/Alt_Mapping/ub_struct_seq.cpp
@@ -157,9 +157,9 @@ Test_Unbounded_Struct_Sequence::compare (
|| vs1.c != vs2.c
|| vs1.s != vs2.s
|| vs1.o != vs2.o
- || vs1.f != vs2.f
+ || !ACE::is_equal (vs1.f, vs2.f)
|| vs1.b != vs2.b
- || vs1.d != vs2.d )
+ || !ACE::is_equal (vs1.d, vs2.d))
return false;
}