테스트 파일 경로 수정

master
mjkhan21 8 months ago
parent 74a20dfd0c
commit d259ad5dba

@ -13,7 +13,7 @@ import cokr.xit.foundation.data.DataObject;
public class XLSTest {
private String file(String str) {
String path = "C:\\project\\base project\\xit-docs\\src\\test\\resources\\" + str;
String path = "src\\test\\resources\\" + str;
File file = new File(path);
if (file.exists())
file.delete();

Loading…
Cancel
Save