kirklund commented on a change in pull request #6746:
URL: https://github.com/apache/geode/pull/6746#discussion_r691644218



##########
File path: 
geode-dunit/src/integrationTest/java/org/apache/geode/codeAnalysis/AnalyzeDUnitSerializablesIntegrationTest.java
##########
@@ -16,13 +16,19 @@
 
 import org.junit.experimental.categories.Category;
 
+import 
org.apache.geode.test.dunit.internal.DUnitSanctionedSerializablesService;
 import org.apache.geode.test.junit.categories.SerializationTest;
 
-@Category({SerializationTest.class})
-public class AnalyzeCoreSerializablesJUnitTest extends 
AnalyzeSerializablesJUnitTestBase {
+@Category(SerializationTest.class)
+public class AnalyzeDUnitSerializablesIntegrationTest extends 
AnalyzeSerializablesJUnitTestBase {

Review comment:
       Local git diffs are correct, but github is incorrectly showing that 
AnalyzeCoreSerializablesJUnitTest changed to 
AnalyzeDUnitSerializablesIntegrationTest.




-- 
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.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]


Reply via email to