Sfoglia il codice sorgente

Implement complex types list unittest

Alexey Edelev 6 anni fa
parent
commit
dde871cc2a
2 ha cambiato i file con 5 aggiunte e 1 eliminazioni
  1. 4 0
      tests/proto/simpletest.proto
  2. 1 1
      tests/serializationtest.cpp

+ 4 - 0
tests/proto/simpletest.proto

@@ -47,6 +47,10 @@ message RepeatedFloatMessage {
     repeated float testRepeatedFloat = 1;
 }
 
+message RepeatedComplexMessage {
+    repeated ComplexMessage testRepeatedComplex = 1;
+}
+
 enum TestEnum {
     TEST_ENUM_VALUE0 = 0;
     TEST_ENUM_VALUE1 = 1;

File diff suppressed because it is too large
+ 1 - 1
tests/serializationtest.cpp


Some files were not shown because too many files changed in this diff