streambase / SBUnit-Extensions

Extensions to the StreamBase Unit testing API
5 stars 0 forks source link

AssertionError when running com.tibco.iea.test.TestMetadata from Maven #8

Open michussey69 opened 8 years ago

michussey69 commented 8 years ago

The unit tests in com.tibco.iea.test.TestMetadata all pass when run in SB Studio.

However when run from Maven an AssertionError occurs: Failed to call DataType.Registry.finishedRegistering() Full stack trace is attached. AssertionError.txt

The error no longer occurs when adding jsonFunctions.finishedRegistering(); just before the end of the private class JSONFunctions

michussey69 commented 8 years ago

Just read the notes on Issue #2 - maybe this is also fixed in the "Issue 4" branch?