Closed francisco-perez-sorrosal closed 11 years ago
Thanks a lot for the cleanup!
I'm OK with merging, do you have more comments Flavio?
It looks great, thanks a lot for the changes, Francisco. It might be a good practice to add some description on top of new tests to state the purpose of the test. Although we can understand what it is doing by reading the code, it is difficult to make sure that future changes won't break it if we don't have a specification of what it is supposed to do.
Hi Flavio. Instead of adding a description to the tests, in the two new tests I've added, I've followed the approach of putting as the name of the test, the purpose of it. I think that for tests that are not very complex, this approach is OK. For complex tests that require more information, I agree that comments are the best practice. What do you think?
Please update the bin/omid.sh script to reflect the new placement of the native library.
Great changes, thank you @francisco-perez-sorrosal !
Please merge
Small changes to cleanup code and some minor errors