Added database status check in methods.
This commit is contained in:
parent
7ea53a7955
commit
020df07995
3 changed files with 1667 additions and 1289 deletions
File diff suppressed because it is too large
Load diff
File diff suppressed because it is too large
Load diff
|
@ -605,10 +605,11 @@ public class TreeFileSikevaDBTest
|
|||
}
|
||||
|
||||
/**
|
||||
* @throws SikevaDBException
|
||||
*
|
||||
*/
|
||||
@AfterClass
|
||||
public static void afterClass()
|
||||
public static void afterClass() throws SikevaDBException
|
||||
{
|
||||
if (database != null)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue