Christopher Febles bc78c94525f Added missing MySQL executables for different Operating Systems. Added notes to README.md.
Fixed unit tests to dynamically determine current MySQL version.
Project builds successfully. 10 Apr 2015 Christopher Febles 74bfc9a6a8c M Merge commit '5d6d50a0c3a1246db4db690216e04cfd1fc5916e' into 5.6.23 10 Apr 2015 Christopher Febles 5d6d50a0c3a README.md edited online with Bitbucket 10 Apr 2015 Christopher Febles 05801a3f32a Fixed annoying typo. 09 Feb 2015 Christopher Febles 61983bf2d3c Fixed issues so unit tests pass on both 5.5.9 and 5.6.23. Non-MacOS tests fail because of missing executables.
Embedded MagicDBAPI unit test correctly reads expected version. 09 Feb 2015 Christopher Febles 1ace07ccb1d Removed some unnecessary casts. Added final modifier to method parameters.
Reduced visibility of public variables where possible.
Added new Acceptance and Suite suite tests.
All tests appear to pass. 07 Feb 2015 Christopher Febles 1a9deb2d6b1 Resolved all compiler warnings. Unit tests pass. 07 Feb 2015 Christopher Febles 3f69a85a91f Moved test file to src/test/resources 07 Feb 2015 Christopher Febles b250233c91f Cleared all warnings. Unit tests pass. 07 Feb 2015 Christopher Febles 4fac65bfd66 Moved .util tests into src/test/java. Updated tests to JUnit 4.
Added generic parameters where possible.
All these tests pass. 07 Feb 2015 Christopher Febles 5dead43383c Moved test support class to src/test/java. Minor changes. 06 Feb 2015 Christopher Febles 622b58da170 Moved all test classes from jmx.jboss to src/test/java Converted tests to JUnit 4.
All these tests pass. 06 Feb 2015 Christopher Febles 2c30279c483 Moved all JMX tests to src/test/java. Converted tests to JUnit 4.
All these tests pass. 06 Feb 2015 Christopher Febles f4d55b4b327 Moved all tests from management and management.driverlaunched packages into src/tests/java, and converted to JUnit 4. All of these tests pass. 06 Feb 2015 Christopher Febles ca5d7a1236a Fixed issue with hardcoded delimiter causing some tests to fail. 06 Feb 2015 Christopher Febles 37e40ac9720 Moved tests out of default package into src/tests/java. Converted tests to JUnit 4.
All tests pass. 06 Feb 2015 Christopher Febles 6dc6015d913 Added missing JAR files. Currently, these are required for proper behavior. 06 Feb 2015 Christopher Febles 5c2dc3d6301 Removed dependency on external db-files project. Still working as expected with MySQL 5.5.9. 06 Feb 2015 Christopher Febles 3ae3d3fa04a Move all source files to src/main/java to support Maven defaults. 06 Feb 2015 Christopher Febles f20fe8093ca Initial Commit. Working with MySQL version 5.5.9. 06 Feb 2015