[ 
https://issues.apache.org/jira/browse/DAFFODIL-2311?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Mike Beckerle updated DAFFODIL-2311:
------------------------------------
    Description: 
Latest changes in 2.6.0-SNAPSHOT (bf333ad77d96531ccffaa04d6851e1ce1376ecb5)

break the PCAP schema.

PCAP depends on TDML defineConfig where the config file specifies a binding for 
the dfdl:byteOrder variable to 'littleEndian'.

Tests fail (4) because the byte order is behaving as bigEndian.

This the TDML Runner's fault. An error due to local var vs. it should be a var 
member of TestCase to hold the processor.

  was:
Latest changes in 2.6.0-SNAPSHOT (bf333ad77d96531ccffaa04d6851e1ce1376ecb5)

break the PCAP schema.

PCAP depends on TDML defineConfig where the config file specifies a binding for 
the dfdl:byteOrder variable to 'littleEndian'.

Tests fail (4) because the byte order is behaving as bigEndian.

This is possibly the TDML runner's fault for not setting the config a second 
time after schema compilation. All schemas are saved and restored, and that 
means the config settings are lost if they are not re-imposed. 

Or it could be a more subtle bug. But I suspect TDML runner.


> TDML runner binding of dfdl:byteOrder variable has no effect.
> -------------------------------------------------------------
>
>                 Key: DAFFODIL-2311
>                 URL: https://issues.apache.org/jira/browse/DAFFODIL-2311
>             Project: Daffodil
>          Issue Type: Bug
>          Components: Back End
>    Affects Versions: 2.5.0
>            Reporter: Mike Beckerle
>            Assignee: Mike Beckerle
>            Priority: Blocker
>             Fix For: 2.6.0
>
>
> Latest changes in 2.6.0-SNAPSHOT (bf333ad77d96531ccffaa04d6851e1ce1376ecb5)
> break the PCAP schema.
> PCAP depends on TDML defineConfig where the config file specifies a binding 
> for the dfdl:byteOrder variable to 'littleEndian'.
> Tests fail (4) because the byte order is behaving as bigEndian.
> This the TDML Runner's fault. An error due to local var vs. it should be a 
> var member of TestCase to hold the processor.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to