pivotal-jbarrett commented on a change in pull request #6500:
URL: https://github.com/apache/geode/pull/6500#discussion_r636254606
##########
File path:
geode-core/src/test/java/org/apache/geode/internal/DataSerializableJUnitTest.java
##########
@@ -1166,13 +1166,13 @@ public void testVersionedDataSerializable() throws
Exception {
VersionedDataSerializableImpl ds = new
VersionedDataSerializableImpl(getRandom());
VersionedDataOutputStream v =
- new VersionedDataOutputStream(this.baos, KnownVersion.GFE_70);
+ new VersionedDataOutputStream(this.baos, KnownVersion.GEODE_1_11_0);
Review comment:
No, they are just arbitrary choices in two different versions to
maintain the behavior of the test using versions that aren't being removed.
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]