mirror of
https://gitee.com/jmix/cuba.git
synced 2024-12-03 03:38:33 +08:00
Fix test
#PL-1977
This commit is contained in:
parent
16eb75e82a
commit
b517ac64bb
@ -104,7 +104,7 @@ public class JavaClassLoaderTest {
|
||||
|
||||
private void modifyFile(String path) {
|
||||
File file = new File(path);
|
||||
file.setLastModified(System.currentTimeMillis() + 10);
|
||||
file.setLastModified(System.currentTimeMillis());
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user