testng icon indicating copy to clipboard operation
testng copied to clipboard

Added Not Equals method for comparing float and dobule arrays - Fixes #1957

Open atulagrawal opened this issue 6 years ago • 1 comments

Fixes #1957

Closes #1957 .

Did you remember to?

  • [ ] Add test case(s)
  • [x] Update CHANGES.txt

We encourage pull requests that:

  • Add new features to TestNG (or)
  • Fix bugs in TestNG

If your pull request involves fixing SonarQube issues then we would suggest that you please discuss this with the TestNG-dev before you spend time working on it.

atulagrawal avatar Nov 25 '18 08:11 atulagrawal

@atulagrawal - Thanks for the PR. Can you please help do the following

  1. Add unit tests for the changes.
  2. Check the build failure. I noticed that travis build fails for both JDK8 and JDK9

krmahadevan avatar Nov 25 '18 09:11 krmahadevan