Commits

Christopher Febles committed 2ed459dc267
Renamed count method to numberOfUniqueNames… to better reflect actual behavior. Fixed error in Type name when inserting Islands into embedded database. Moved all database insert code into DAOTester superclass so they can be shared across projects. Added test user so I can view embedded database while unit tests are running. Fixed bug where concatenated multiverse ID string was truncated by MySQL. This may fix an existing issue (#2) in Bitbucket. Testing is needed. Added database creation scripts to Production Spring configuration files. These scripts will be run whenever the Spring context loads. This should eliminate the need to create the database manually when installing the app. Added triggers to manually set the created field. This is only necessary for versions of MySQL below 5.6. Since I'm using version 5.5 as the embedded MySQL test database, this change is needed. Fixed and added unit tests for searchDAO.