Well this doesnt work at all
This commit is contained in:
14
src/test/java/net/runelite/cache/fs/StoreLoadTest.java
vendored
Normal file
14
src/test/java/net/runelite/cache/fs/StoreLoadTest.java
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
package net.runelite.cache.fs;
|
||||
|
||||
import java.io.IOException;
|
||||
import org.junit.Test;
|
||||
|
||||
public class StoreLoadTest
|
||||
{
|
||||
@Test
|
||||
public void test() throws IOException
|
||||
{
|
||||
Store store = new Store(new java.io.File("c:/rs/cache"));
|
||||
store.load();
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user