save works before fixing bugs

This commit is contained in:
hyb1996
2017-07-05 15:52:41 +08:00
parent f627432b80
commit ee4c818007
10 changed files with 204 additions and 123 deletions

View File

@@ -32,13 +32,20 @@ import static org.junit.Assert.assertTrue;
* @see <a href="http://d.android.com/tools/testing">Testing documentation</a>
*/
public class ExampleUnitTest {
// TODO: 2017/7/2 卡片式脚本
// TODO: 2017/7/2 底部导航栏
//// TODO: 2017/7/4 恢复项目 一天 7.6
// TODO: 2017/7/4 修复 一天 7.7
// TODO: 2017/7/4 修复Bug增加一点脚本发布2.0.13Beta2 半天 7.8
// TODO: 2017/7/2 底部导航栏 一天 7.9
//// TODO: 2017/7/4 教程,服务器界面 二至三天 7.12
// TODO: 2017/7/4 服务器初步开发 三天 7.15
// TODO: 2017/7/4 细节 三天 7.18
// TODO: 2017/7/4 写文档 两天 7.20
// TODO: 2017/7/4 发布 3.0.0 Beta 7.22
@Test
public void test() {
System.out.println("SOS".hashCode());
}
@Test