Skip to content

Commit

Permalink
创建test目录
Browse files Browse the repository at this point in the history
  • Loading branch information
NiccoloTang committed Aug 13, 2016
1 parent 514329d commit 8e60531
Show file tree
Hide file tree
Showing 8 changed files with 7 additions and 0 deletions.
Binary file added .DS_Store
Binary file not shown.
Binary file added api/.DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions api/.settings/org.eclipse.wst.common.component
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,8 @@
<wb-resource deploy-path="/" source-path="/target/m2e-wtp/web-resources"/>
<wb-resource deploy-path="/" source-path="/src/main/webapp" tag="defaultRootSource"/>
<wb-resource deploy-path="/resources" source-path="/src/main/webapp/resources"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/java"/>
<wb-resource deploy-path="/WEB-INF/classes" source-path="/src/test/resources"/>
<property name="java-output-path" value="/CrapApi/target/classes"/>
<property name="context-root" value="api"/>
</wb-module>
Expand Down
Binary file added api/src/.DS_Store
Binary file not shown.
Binary file added api/src/main/.DS_Store
Binary file not shown.
Binary file added api/src/main/webapp/.DS_Store
Binary file not shown.
4 changes: 4 additions & 0 deletions api/src/test/java/Test.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@

public class Test {

}
1 change: 1 addition & 0 deletions api/src/test/resources/test.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
测试资源目录

0 comments on commit 8e60531

Please sign in to comment.