Github user ehashman commented on a diff in the pull request:
https://github.com/apache/incubator-metron/pull/11#discussion_r50458006
--- Diff:
metron-streaming/Metron-MessageParsers/src/test/java/org/apache/metron/parsing/test/BasicBroParserTest.java
---
@@ -29,6 +29,27 @@ public BasicBroParserTest() throws Exception {
jsonParser = new JSONParser();
}
+ public void testUnwrappedBroMessage() throws Exception {
--- End diff --
Should this be `ParseException`, like the rest of the tests here?
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---