Skip to content
This repository has been archived by the owner on Oct 30, 2022. It is now read-only.

Commit

Permalink
remove system.output
Browse files Browse the repository at this point in the history
  • Loading branch information
childe committed Dec 28, 2015
1 parent 52d9748 commit 19e96d8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/test/java/org/ctrip/ops/sysdev/TestKV.java
Original file line number Diff line number Diff line change
Expand Up @@ -169,7 +169,6 @@ public void testGrok() {
event.put("msg", "a=aaa b=bbb c=ccc xyz=\"\txyzxyz\t\" 12=12=12 dddd 13=1313");

event = KVfilter.process(event);
System.out.println(event);
Assert.assertEquals(((Map)event.get("kv")).get("a"), "aaa");
Assert.assertEquals(((Map)event.get("kv")).get("12"), "12=12");
Assert.assertEquals(((Map)event.get("kv")).get("13"), "1313");
Expand Down

0 comments on commit 19e96d8

Please sign in to comment.