-----------------------------------------------------------
This is an automatically generated e-mail. To reply, visit:
https://reviews.apache.org/r/35400/
-----------------------------------------------------------
Review request for ranger and Madhan Neethiraj.
Bugs: RANGER-549
https://issues.apache.org/jira/browse/RANGER-549
Repository: ranger
Description
-------
Fix made for the bug related to comparing Long values with != instead of equal
should have been caught by a test. Test did not catch it because it was
setting mock values to long instead of Long. Test was changed so it would have
failed with prior code.
Diffs
-----
agents-common/src/test/java/org/apache/ranger/plugin/model/validation/TestRangerServiceValidator.java
6c20f0d
Diff: https://reviews.apache.org/r/35400/diff/
Testing
-------
Confirmed that test breaks with earlier code but works with new code.
Thanks,
Alok Lal