200201202203204205206207208209210211
// else try a standard configuration if (_fileConfiguration == null) try { // enable VFS FileSystem fs = new VFSFileSystem(); fs.setFileOptionsProvider(new FileOptionsProvider() { public Map getOptions() { Map result = new HashMap();
39404142434445
private static final String TEST_FILE = "test.properties"; protected void setUp() throws Exception { super.setUp(); FileSystem.setDefaultFileSystem(new VFSFileSystem()); }
45464748495051
private static final String TEST_FILE = "test.properties"; @Before public void setUp() throws Exception { FileSystem.setDefaultFileSystem(new VFSFileSystem()); }