Add raw ProtoCompareGenerated output to proto comparison test data

This commit is contained in:
Alexey Tsvetkov
2017-08-09 19:00:16 +03:00
parent 642c5414a3
commit e0ef08cf18
29 changed files with 141 additions and 4 deletions
@@ -1,12 +1,18 @@
PROTO DIFFERENCE in test/ClassWithChangedVisiblityForFun1: FUNCTION_LIST
CHANGES in test/ClassWithChangedVisiblityForFun1: MEMBERS
[foo]
PROTO DIFFERENCE in test/ClassWithChangedVisiblityForFun2: FUNCTION_LIST
CHANGES in test/ClassWithChangedVisiblityForFun2: MEMBERS
[foo]
PROTO DIFFERENCE in test/ClassWithFunAdded: FUNCTION_LIST
CHANGES in test/ClassWithFunAdded: MEMBERS
[added]
PROTO DIFFERENCE in test/ClassWithFunRemoved: FUNCTION_LIST
CHANGES in test/ClassWithFunRemoved: MEMBERS
[removed]
PROTO DIFFERENCE in test/ClassWithValAndFunAddedAndRemoved: FUNCTION_LIST, PROPERTY_LIST
CHANGES in test/ClassWithValAndFunAddedAndRemoved: MEMBERS
[funAdded, funRemoved, valAdded, valRemoved]
PROTO DIFFERENCE in test/ClassWithValConvertedToVar: PROPERTY_LIST
CHANGES in test/ClassWithValConvertedToVar: MEMBERS
[value]