aboutsummaryrefslogtreecommitdiffhomepage
path: root/conformance/conformance.proto
diff options
context:
space:
mode:
authorGravatar Thomas Van Lenten <thomasvl@google.com>2016-08-11 11:24:31 -0400
committerGravatar Thomas Van Lenten <thomasvl@google.com>2016-08-11 13:15:01 -0400
commit27c89625057a56d4559f94d0adac4776600cfe03 (patch)
tree543d48739186efc06f26102e9c04a58cf799b8c7 /conformance/conformance.proto
parentca5b7751e5bb5a8dc5694844925f371bf3b34426 (diff)
Add more types to the zero oneof cases.
Incase the different runtimes have different generation/implementations for for the different primitive field types, cover a larger range of the proto types in the oneof zero tests.
Diffstat (limited to 'conformance/conformance.proto')
-rw-r--r--conformance/conformance.proto5
1 files changed, 5 insertions, 0 deletions
diff --git a/conformance/conformance.proto b/conformance/conformance.proto
index fc96074a..e1b797ca 100644
--- a/conformance/conformance.proto
+++ b/conformance/conformance.proto
@@ -210,6 +210,11 @@ message TestAllTypes {
NestedMessage oneof_nested_message = 112;
string oneof_string = 113;
bytes oneof_bytes = 114;
+ bool oneof_bool = 115;
+ uint64 oneof_uint64 = 116;
+ float oneof_float = 117;
+ double oneof_double = 118;
+ NestedEnum oneof_enum = 119;
}
// Well-known types