Commit ff1a0088 by eguven Committed by Oliver Woodman

Delete temporary test folders on test exit.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=138860196
parent 92a98d1c
......@@ -40,6 +40,11 @@ public class CachedContentIndexTest extends InstrumentationTestCase {
index = new CachedContentIndex(cacheDir);
}
@Override
protected void tearDown() throws Exception {
TestUtil.recursiveDelete(cacheDir);
}
public void testAddGetRemove() throws Exception {
final String key1 = "key1";
final String key2 = "key2";
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment