Skip to content

Commit

Permalink
Fixed broken test
Browse files Browse the repository at this point in the history
  • Loading branch information
gastaldi committed Jun 4, 2014
1 parent 7cbe261 commit 3ce7755
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ public void testValidation() throws Exception
Assert.assertFalse("Controller should not be valid", controller.isValid());
List<UIMessage> messages = controller.validate();
Assert.assertEquals("An error should have been captured", 1, messages.size());
Assert.assertEquals("size must be between 1 and 5", messages.get(0).getDescription());
Assert.assertEquals("Name: size must be between 1 and 5", messages.get(0).getDescription());
}
}
}

0 comments on commit 3ce7755

Please sign in to comment.