Skip to content

Commit

Permalink
change:按照maven规范,将test方面内容放到src/java/test里, fix #16
Browse files Browse the repository at this point in the history
  • Loading branch information
EggsBlue committed Feb 14, 2018
1 parent 259b9e8 commit ad5a079
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 6 deletions.
File renamed without changes.
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
package com.dd.test;

import com.dd.entity.Flock;
import com.dd.entity.msg.SendMessage;
import org.junit.Test;
import org.nutz.json.Json;
Expand Down
Original file line number Diff line number Diff line change
@@ -1,13 +1,10 @@
package com.dd.test;

import com.xiaoleilu.hutool.io.resource.ClassPathResource;
import com.xiaoleilu.hutool.io.resource.Resource;
import cn.hutool.core.io.resource.ClassPathResource;
import cn.hutool.core.io.resource.Resource;
import org.junit.Test;
import org.nutz.lang.Streams;

import java.io.File;
import java.io.IOException;
import java.io.InputStream;

public class StringTest {
@Test
Expand Down

0 comments on commit ad5a079

Please sign in to comment.