import com.springsource.insight.plugin.jdbc.parser.parsers.MySqlParser;
public class MySqlParserTest extends SqlParserTestImpl<MySqlParser> {
public MySqlParserTest() {
super(DatabaseType.MYSQL, new MySqlParser(),
new SqlTestEntry("jdbc:mysql://localhost:3307/dbname?user=root&password=admin",
"localhost",
3307,
"dbname"),
new SqlTestEntry("jdbc:mysql://localhost/dbname?user=root&password=admin",