This is an automated email from the ASF dual-hosted git repository.

mbeckerle pushed a change to branch main
in repository https://gitbox.apache.org/repos/asf/daffodil.git


    from 861df2ae6 Added tests of decimalSigned to show that it fails in a few 
cases.
     new 2438a7617 Add final
     new 0f3793a94 Various cleanups in core TestUtils and FuzzData

The 2 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails.  The revisions
listed as "add" were already present in the repository and have only
been added to this reference.


Summary of changes:
 .../apache/daffodil/core/dpath/Conversions.scala   |   7 +-
 .../apache/daffodil/core/dpath/Expression.scala    |   6 +-
 .../org/apache/daffodil/core/util/FuzzData.scala   |   9 +-
 .../org/apache/daffodil/core/util/TestUtils.scala  | 184 +++++----------------
 .../org/apache/daffodil/core/api/TestAPI.scala     |   5 +-
 .../org/apache/daffodil/core/api/TestAPI1.scala    |  59 +++----
 .../daffodil/core/dsom/TestAppinfoSyntax.scala     |   6 +-
 .../daffodil/core/dsom/TestDsomCompiler.scala      |   2 +-
 .../core/dsom/TestDsomCompilerUnparse1.scala       |   3 +-
 .../daffodil/core/dsom/TestInputValueCalc.scala    |   9 +-
 .../dsom/TestInteriorAlignmentElimination.scala    |   5 +-
 .../core/dsom/TestMiddleEndAttributes2.scala       |   3 +-
 .../TestPolymorphicUpwardRelativeExpressions.scala |   5 +-
 .../daffodil/core/dsom/TestPropertyScoping.scala   |   1 -
 .../daffodil/core/dsom/TestSimpleTypeUnions.scala  |  19 +--
 .../daffodil/core/general/TestPrimitives.scala     |  21 +--
 .../core/general/TestRuntimeProperties.scala       |   5 +-
 .../daffodil/core/infoset/TestInfoset2.scala       |   5 +-
 .../core/layers/TestBoundaryMarkLayer.scala        |   2 +-
 .../core/layers/TestFixedLengthLayer.scala         |   2 +-
 .../daffodil/core/layers/TestGzipErrors.scala      |  12 +-
 .../apache/daffodil/core/layers/TestLayers.scala   |  20 +--
 .../TestStreamingUnparserCompilerAttributes.scala  |   3 +-
 .../apache/daffodil/lib/exceptions/Assert.scala    |  25 +++
 .../scala/org/apache/daffodil/lib/util/Misc.scala  |  20 ++-
 .../org/apache/daffodil/lib/xml/XMLUtils.scala     |   5 +
 .../org/apache/daffodil/tdml/RunnerFactory.scala   |   2 +-
 .../daffodil/runtime1/layers/TestCheckDigit.scala  |  19 ++-
 .../daffodil/runtime1/layers/TestLayers2.scala     |   4 +-
 29 files changed, 201 insertions(+), 267 deletions(-)
 rename daffodil-core/src/{test => 
main}/scala/org/apache/daffodil/core/util/FuzzData.scala (97%)
 rename daffodil-core/src/{test => 
main}/scala/org/apache/daffodil/core/util/TestUtils.scala (72%)

Reply via email to