blob: 9f7ef003df4cf490041d1ad7e74d7cc8d7028823 [file] [log] [blame]
/*
* Copyright (c) 2008, 2009, 2011, 2012 Eike Stepper (Berlin, Germany) and others.
* All rights reserved. This program and the accompanying materials
* are made available under the terms of the Eclipse Public License v1.0
* which accompanies this distribution, and is available at
* http://www.eclipse.org/legal/epl-v10.html
*
* Contributors:
* Eike Stepper - initial API and implementation
*/
package org.eclipse.net4j.db.tests;
/**
* @author Eike Stepper
*/
public class MysqlTest // extends AbstractDBTest<MysqlDataSource>
{
// @Override
// protected IDBAdapter createDBAdapter()
// {
// return new org.eclipse.net4j.db.mysql.MYSQLAdapter();
// }
//
// @Override
// protected void configureDataSource(MysqlDataSource dataSource)
// {
// dataSource.setDatabaseName("dbtest");
// dataSource.setUser("root");
// dataSource.setPassword("root");
// }
}