Skip to content

Commit 68b97f7

Browse files
committed
修改工程引用文件
1 parent 9d1d707 commit 68b97f7

File tree

2 files changed

+15
-1
lines changed

2 files changed

+15
-1
lines changed

.classpath

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,5 @@
1313
<classpathentry kind="lib" path="lib/fluent-hc-4.3.6.jar"/>
1414
<classpathentry kind="lib" path="lib/httpclient-4.3.6.jar"/>
1515
<classpathentry kind="lib" path="lib/httpcore-4.3.3.jar"/>
16-
<classpathentry combineaccessrules="false" kind="src" path="/sword-lang"/>
1716
<classpathentry kind="output" path="bin"/>
1817
</classpath>
Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,15 @@
1+
package org.sword.wechat4j.common;
2+
3+
import static org.junit.Assert.*;
4+
5+
import org.junit.Test;
6+
7+
public class ConfigTest {
8+
9+
@Test
10+
public void testInstance() {
11+
Config c = Config.instance();
12+
String appid = c.getAppid();
13+
}
14+
15+
}

0 commit comments

Comments
 (0)