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
@@ -2,10 +2,14 @@ REMOVED test/ClassWithChangedCompanionObject.FirstName
REMOVED test/ClassWithRemovedCompanionObject.Companion
ADDED test/ClassWithAddedCompanionObject.Companion
ADDED test/ClassWithChangedCompanionObject.SecondName
PROTO DIFFERENCE in test/ClassWithAddedCompanionObject: COMPANION_OBJECT_NAME, NESTED_CLASS_NAME_LIST
CHANGES in test/ClassWithAddedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]
PROTO DIFFERENCE in test/ClassWithChangedCompanionObject: COMPANION_OBJECT_NAME, NESTED_CLASS_NAME_LIST
CHANGES in test/ClassWithChangedCompanionObject: CLASS_SIGNATURE, MEMBERS
[FirstName, SecondName]
PROTO DIFFERENCE in test/ClassWithChangedVisibilityForCompanionObject.Companion: FLAGS
CHANGES in test/ClassWithChangedVisibilityForCompanionObject.Companion: CLASS_SIGNATURE
PROTO DIFFERENCE in test/ClassWithRemovedCompanionObject: COMPANION_OBJECT_NAME, NESTED_CLASS_NAME_LIST
CHANGES in test/ClassWithRemovedCompanionObject: CLASS_SIGNATURE, MEMBERS
[Companion]