mbeckerle commented on a change in pull request #133: Enabled a few Calendar
tests that now work
URL: https://github.com/apache/incubator-daffodil/pull/133#discussion_r231510841
##########
File path:
daffodil-test/src/test/scala-debug/org/apache/daffodil/section05/simple_types/TestSimpleTypesDebug.scala
##########
@@ -98,11 +98,4 @@ class TestSimpleTypesDebug {
@Test def test_bitOrderChangeInvalid3() {
runner1.runOneTest("bitOrderChangeInvalid3") }
@Test def test_bitOrderChangeInvalid() {
runner3.runOneTest("bitOrderChangeInvalid") }
-
- //////////////////////// DAFFODIL-1945 /////////////////////////////
- @Test def test_dateCalendarDaysInFirstWeek3() {
runner.runOneTest("dateCalendarDaysInFirstWeek3") }
- @Test def test_dateCalendarDaysInFirstWeek5() {
runner.runOneTest("dateCalendarDaysInFirstWeek5") }
Review comment:
Responding to steve's original comment..... Ok, so we need to contact the
original user (per email thread in the DAFFODIL-1945 ticket) and find out what
operating system, and what locale and time zone, etc. It's possible race
conditions caused this transient failure, in which case keeping the tests
commented out isn't helpful at finding the problem, but we need to try to
reproduce.
----------------------------------------------------------------
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