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
This commit is contained in:
Petteri Aimonen
2013-04-14 09:26:42 +03:00
parent 6a02298584
commit 9939910833
4 changed files with 23 additions and 2 deletions

View File

@@ -11,5 +11,6 @@ message TestMessage {
repeated fixed32 fixed32value = 3;
repeated fixed64 fixed64value = 4;
optional SubMessage submsg = 5;
repeated string repeatedstring = 6;
}