RodrigoDLopez commented on a change in pull request #4256:
URL: https://github.com/apache/cloudstack/pull/4256#discussion_r468181954



##########
File path: utils/src/test/java/com/cloud/utils/TernaryTest.java
##########
@@ -28,7 +28,7 @@ public void testEquals() {
         Assert.assertEquals(new Ternary<String, String, String>("a", "b", 
"c"), new Ternary<String, String, String>("a", "b", "c"));
         Assert.assertFalse(new Ternary<String, String, String>("a", "b", 
"c").equals(new Ternary<String, String, String>("a", "b", "d")));
         Assert.assertFalse(new Ternary<String, String, String>("a", "b", 
"c").equals(""));
-        Assert.assertFalse(new Ternary<String, String, String>("a", "b", 
"c").equals(null));

Review comment:
       thanks for the hint, I did not know about this other specific use case.




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


Reply via email to