mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
do not show leftovers
This commit is contained in:
@@ -22,7 +22,6 @@ import junit.framework.TestCase;
|
||||
import javax.swing.*;
|
||||
import java.io.File;
|
||||
import java.nio.charset.Charset;
|
||||
import java.util.Arrays;
|
||||
import java.util.List;
|
||||
|
||||
/**
|
||||
@@ -77,7 +76,7 @@ public class _FirstInSuiteTest extends TestCase {
|
||||
|
||||
String tempDirectory = FileUtilRt.getTempDirectory();
|
||||
String[] list = new File(tempDirectory).list();
|
||||
System.out.println("FileUtil.getTempDirectory() = " + tempDirectory + " (" + list.length + " files): " + Arrays.asList(list));
|
||||
System.out.println("FileUtil.getTempDirectory() = " + tempDirectory + " (" + list.length + " files)");
|
||||
}
|
||||
|
||||
// performance tests
|
||||
|
||||
Reference in New Issue
Block a user