stevedlawrence commented on a change in pull request #136: Changing to ignore 
attributeFormDefault
URL: https://github.com/apache/incubator-daffodil/pull/136#discussion_r233242120
 
 

 ##########
 File path: 
daffodil-test-ibm1/src/test/scala-debug/org/apache/daffodil/IBMTests2.scala
 ##########
 @@ -44,10 +44,8 @@ class IBMTestsThatThrow {
   lazy val runner1 = new DFDLTestSuite(Misc.getRequiredResource(tdml1))
   lazy val runner2 = new DFDLTestSuite(Misc.getRequiredResource(tdml2))
 
-  @Test def test_scoping_define_format_8_04() { 
runner1.runOneTest("scoping_define_format_8_04") } //DFDL-565 - 
attributeFormDefault='qualified'
-
-  @Test def test_scoping_default_format_8_01() { 
runner1.runOneTest("scoping_default_format_8_01") } // DFDL-565 
attributeFormDefault='qualified'
-  @Test def test_scoping_define_format_8_01() { 
runner1.runOneTest("scoping_define_format_8_01") } // DFDL-565 
attributeFormDefault='qualified'
+  @Test def test_scoping_default_format_8_01() { 
runner1.runOneTest("scoping_default_format_8_01") } // Attribute 
"encodingErrorPolicy" was already specified - bug in IBM test
+  @Test def test_scoping_define_format_8_01() { 
runner1.runOneTest("scoping_define_format_8_01") } // Attribute 
"encodingErrorPolicy" was already specified - bug in IBM test
 
 Review comment:
   Does this test pass if the duplicate errorEncodingPolicy is removed? These 
tests are more about how properties are resolved, and not really about how 
duplicate properties are handled (which I agree, seems likea bug that IBM DFDL 
should catch). I'd guess the duplicate property was unintentional and can be 
removed and still maintain the intention of the test.

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
[email protected]


With regards,
Apache Git Services

Reply via email to