mirror of
https://gitee.com/chinabugotech/hutool.git
synced 2025-07-21 15:09:48 +08:00
修复./hutool.sh install执行过程中报错问题
Signed-off-by: henry <1009015337@qq.com>
This commit is contained in:
@@ -8,7 +8,7 @@ import cn.hutool.core.util.CharsetUtil;
|
||||
import lombok.Data;
|
||||
import org.junit.Assert;
|
||||
import org.junit.Test;
|
||||
|
||||
import org.junit.Ignore;
|
||||
import java.util.List;
|
||||
import java.util.Map;
|
||||
|
||||
@@ -77,6 +77,7 @@ public class CsvReaderTest {
|
||||
}
|
||||
|
||||
@Test
|
||||
@Ignore
|
||||
public void readTest2(){
|
||||
final CsvReader reader = CsvUtil.getReader();
|
||||
final CsvData read = reader.read(FileUtil.file("d:/test/test.csv"));
|
||||
|
Reference in New Issue
Block a user