Closed plastikfan closed 4 years ago
Some tests are now failing due to type coercion. Eg, a value of true, is now not read in as a string. it is coerced as a boolean. Need to either redefine the new spec, or change the test accordingly.
Be aware of the date matcher and use it sparingly! To fix this, needed to define a custom jaxine spec with a paired down jaxine spec used by the expression-builder. (Currently, the other builders use the default spec, with the date matcher, and all the current tests pass)
integration with the new version of jaxine, causes test failures