Skip to content

Commit

Permalink
1、去掉不需要的代码;
Browse files Browse the repository at this point in the history
2、全面测试Fastjson;
  • Loading branch information
storezhang committed Dec 15, 2016
1 parent 93bac3f commit 5f72f64
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 92 deletions.
103 changes: 12 additions & 91 deletions .idea/workspace.xml

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ public void testJsonp() throws Exception {
public void testRest() throws Exception {
mvc.perform(get("/test/rest"))
.andExpect(status().isOk())
.andExpect(content().string(equalTo("{\"id\":1,\"key\":User-1}")));
.andExpect(content().string(equalTo("{\"id\":1,\"key\":\"User-1\"}")));
}

@Test
Expand Down

0 comments on commit 5f72f64

Please sign in to comment.