Skip to content

Commit

Permalink
merge fix for sometimes-failing regression test
Browse files Browse the repository at this point in the history
  • Loading branch information
bernhardttom committed Sep 13, 2016
1 parent c5368dc commit 65770f1
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,7 @@ public void testTypeAndColNameAndEquivalency() {

private void runAssertionType(boolean isCheckStatic) {
String[] fields = "f1,f2,w1,l1".split(",");
SupportStaticMethodLib.getInvocations().clear();

SupportBean beanOne = sendEvent(epService, "E1", 10d, 100);
Object[] expected = new Object[] {110d, 100, new Object[] {beanOne}, beanOne};
Expand Down

0 comments on commit 65770f1

Please sign in to comment.