summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFred Hornsey <hornseyf@objectcomputing.com>2019-06-07 11:45:31 -0500
committerFred Hornsey <hornseyf@objectcomputing.com>2019-06-07 11:45:31 -0500
commitd33e96029091ab22fd1e5ab0c5e91e3f433eb904 (patch)
treea1e4b855ca13767f3f6f1a8f0b7de71a4aed16ec
parenteb4bf96c72cf2e080201908a93de4e53182fd363 (diff)
downloadATCD-d33e96029091ab22fd1e5ab0c5e91e3f433eb904.tar.gz
annotest_idl: Fix Annotation Decl
I had changed this value to false to make sure the test could fail, but forgot to change it before committing.
-rw-r--r--TAO/tests/IDLv4/annotations/be_init.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/TAO/tests/IDLv4/annotations/be_init.cpp b/TAO/tests/IDLv4/annotations/be_init.cpp
index 83781392d47..d0082601d3d 100644
--- a/TAO/tests/IDLv4/annotations/be_init.cpp
+++ b/TAO/tests/IDLv4/annotations/be_init.cpp
@@ -718,7 +718,7 @@ BE_post_init (char *[], long)
Annotation_Test t ("Annotation Declaration with Single Boolean");
boolean_annotation = t.run (
"@annotation boolean_annotation {\n"
- " boolean value default FALSE;\n"
+ " boolean value default TRUE;\n"
"};\n"
).assert_annotation_decl ("@boolean_annotation");
t.assert_annotation_member_count (boolean_annotation, 1);