Renamed GatewayTest to accurately reflect what is being tested due to refactoring.

This commit is contained in:
neviyn 2016-03-18 20:02:53 +00:00
parent 7e1d9aac59
commit 225a403de6

View File

@ -16,7 +16,7 @@ import java.util.List;
import static org.junit.Assert.assertEquals;
import static org.junit.Assert.assertTrue;
public class GatewayTest {
public class HibernateDatabaseTest {
private IDatabase database;