Skip to content

Commit

Permalink
added missing orient restart on server shutdown in new tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tglman committed Oct 4, 2017
1 parent 9f8df36 commit 5afc7ad
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,7 @@

import com.orientechnologies.common.io.OIOUtils;
import com.orientechnologies.common.log.OLogManager;
import com.orientechnologies.orient.core.Orient;
import com.orientechnologies.orient.core.config.OGlobalConfiguration;
import com.orientechnologies.orient.core.db.ODatabaseSession;
import com.orientechnologies.orient.core.db.ODatabaseType;
Expand Down Expand Up @@ -54,6 +55,7 @@ public void before()
@After
public void after() {
server.shutdown();
Orient.instance().startup();
}

@Test
Expand Down

0 comments on commit 5afc7ad

Please sign in to comment.