protected void oneTimeTearDown() throws Exception {
   super.oneTimeTearDown();
   new File(this.spatialiteLibraryUrl).delete();
 }