Skip to content

Commit

Permalink
修改工程引用文件
Browse files Browse the repository at this point in the history
  • Loading branch information
chengn committed Feb 4, 2015
1 parent 9d1d707 commit 68b97f7
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
1 change: 0 additions & 1 deletion .classpath
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,5 @@
<classpathentry kind="lib" path="lib/fluent-hc-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/httpclient-4.3.6.jar"/>
<classpathentry kind="lib" path="lib/httpcore-4.3.3.jar"/>
<classpathentry combineaccessrules="false" kind="src" path="/sword-lang"/>
<classpathentry kind="output" path="bin"/>
</classpath>
15 changes: 15 additions & 0 deletions test/org/sword/wechat4j/common/ConfigTest.java
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
package org.sword.wechat4j.common;

import static org.junit.Assert.*;

import org.junit.Test;

public class ConfigTest {

@Test
public void testInstance() {
Config c = Config.instance();
String appid = c.getAppid();
}

}

0 comments on commit 68b97f7

Please sign in to comment.