Toggle navigation
Toggle navigation
This project
Loading...
Sign in
홍길동
/
onos
Go to a project
Toggle navigation
Toggle navigation pinning
Projects
Groups
Snippets
Help
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Snippets
Network
Create a new issue
Builds
Commits
Issue Boards
Authored by
Madan Jampani
2014-11-06 11:03:08 -0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7d199b0810735b6a8cec1a9645759f0f14565098
7d199b08
1 parent
05034595
Cleaning up after mapdb unit test
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
core/store/dist/src/test/java/org/onlab/onos/store/service/impl/MapDBLogTest.java
core/store/dist/src/test/java/org/onlab/onos/store/service/impl/MapDBLogTest.java
View file @
7d199b0
...
...
@@ -45,6 +45,8 @@ public class MapDBLogTest {
@After
public
void
tearDown
()
throws
Exception
{
Files
.
deleteIfExists
(
new
File
(
DB_FILE_NAME
).
toPath
());
Files
.
deleteIfExists
(
new
File
(
DB_FILE_NAME
+
".t"
).
toPath
());
Files
.
deleteIfExists
(
new
File
(
DB_FILE_NAME
+
".p"
).
toPath
());
}
@Test
(
expected
=
IllegalStateException
.
class
)
...
...
Please
register
or
login
to post a comment