lacinoire opened a new pull request, #731:
URL: https://github.com/apache/guacamole-client/pull/731

   Hey 😊
   I want to contribute the following test:
   
   Test that 
`GuacamoleProtocolVersion.parseVersion("VERSION_012_102_398").equals(new 
Object())` is false when equals is called with the parameters `obj = new 
java.lang.Object()`. 
   This tests the methods 
[`GuacamoleProtocolVersion.equals`](https://github.com/apache/guacamole-client/blob/7f707cdb04eb079b398c1391c8d5b17c9c9bb231/guacamole-common/src/main/java/org/apache/guacamole/protocol/GuacamoleProtocolVersion.java#L200).
   The test is based on 
[`testValidVersionParse`](https://github.com/apache/guacamole-client/blob/7f707cdb04eb079b398c1391c8d5b17c9c9bb231/guacamole-common/src/test/java/org/apache/guacamole/protocol/GuacamoleProtocolVersionTest.java#L35).
   
   Curious to hear what you think!
   
   (I wrote this test as part of a research study at TU Delft. [Find out 
more](https://github.com/lacinoire/lacinoire/blob/main/README.md))


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