Skip to content

Commit

Permalink
- Added test for null string normalization
Browse files Browse the repository at this point in the history
  • Loading branch information
mallocator committed Apr 1, 2013
1 parent c878402 commit 658b159
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,5 +38,6 @@ boolean isNormalizeFields() {
Assert.assertEquals(river.normalizeField("a_b"), "a_b");
Assert.assertEquals(river.normalizeField("90aS"), "90as");
Assert.assertEquals(river.normalizeField("&*($@#!ui^&$(#:\"8ui"), "ui8ui");
Assert.assertEquals(river.normalizeField(null), null);
}
}

0 comments on commit 658b159

Please sign in to comment.