Reverted changes in test data to fix tests.
This commit is contained in:
@@ -2,6 +2,9 @@ package test
|
|||||||
|
|
||||||
import java.io.File
|
import java.io.File
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: ignatov
|
||||||
|
*/
|
||||||
public class Test() {
|
public class Test() {
|
||||||
class object {
|
class object {
|
||||||
public fun isDir(parent: File): Boolean {
|
public fun isDir(parent: File): Boolean {
|
||||||
|
|||||||
@@ -2,6 +2,9 @@
|
|||||||
package test;
|
package test;
|
||||||
import java.io.File;
|
import java.io.File;
|
||||||
|
|
||||||
|
/**
|
||||||
|
* User: ignatov
|
||||||
|
*/
|
||||||
public class Test {
|
public class Test {
|
||||||
public static boolean isDir(File parent) {
|
public static boolean isDir(File parent) {
|
||||||
if (parent == null || !parent.exists()) {
|
if (parent == null || !parent.exists()) {
|
||||||
|
|||||||
Reference in New Issue
Block a user