This class is used by all test cases to provide a connection to the database.
Connects to database and grabs the contents of the first row.
protected void setUp() throws Exception { super.setUp(); fixture = new OracleTestFixture(); geom = fixture.geom; }