From 9939910833a9289b5913eff29f951195e7bc61c6 Mon Sep 17 00:00:00 2001 From: Petteri Aimonen Date: Sun, 14 Apr 2013 09:26:42 +0300 Subject: Fix bug with empty strings in repeated string callbacks. Fix suggested by Henrik Carlgren. Added also unit test for the bug. Update issue 73 Status: FixedInGit --- tests/callbacks.proto | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/callbacks.proto') diff --git a/tests/callbacks.proto b/tests/callbacks.proto index 8beeaabf..ccd1edd8 100644 --- a/tests/callbacks.proto +++ b/tests/callbacks.proto @@ -11,5 +11,6 @@ message TestMessage { repeated fixed32 fixed32value = 3; repeated fixed64 fixed64value = 4; optional SubMessage submsg = 5; + repeated string repeatedstring = 6; } -- cgit 1.2.3-korg