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 4e3cdbc commit 93bac3f
Show file tree
Hide file tree
Showing 2 changed files with 67 additions and 115 deletions.
180 changes: 66 additions & 114 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 93bac3f

Please sign in to comment.