Skip to content

Commit

Permalink
Add a unit test trying to reproduce #1026
Browse files Browse the repository at this point in the history
  • Loading branch information
cowtowncoder committed Nov 30, 2015
1 parent e59a1ae commit 91e41a9
Showing 1 changed file with 4 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,7 +165,10 @@ static class DefaultNaming {
{"_UserName", "user_name"},
{"_User_Name", "user_name"},
{"UGLY_NAME", "ugly_name"},
{"_Bars", "bars" }
{"_Bars", "bars" },
// [databind#1026]
{"usId", "us_id" },
{"uId", "u_id" },
});

private ObjectMapper _lcWithUndescoreMapper;
Expand Down

0 comments on commit 91e41a9

Please sign in to comment.