clesaec commented on PR #1769: URL: https://github.com/apache/avro/pull/1769#issuecomment-1192264235
I tried the maven command on my laptop, it seems to not work fully well : - it does not transform RunWith & Parameterized Test I still have : ```java import org.junit.runner.RunWith; import org.junit.runners.Parameterized; ``` - Some transformations does not work well ``` - assertTrue(Arrays.equals(customSyncFile, sameCustomSyncFile)); + assertEquals(Arrays, customSyncFile); ``` At least, it could be a good starting point. -- 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]
