Mike Beckerle created DAFFODIL-2493:
---------------------------------------
Summary: try re-enabling all commented out tests
Key: DAFFODIL-2493
URL: https://issues.apache.org/jira/browse/DAFFODIL-2493
Project: Daffodil
Issue Type: Improvement
Components: Clean Ups, QA
Affects Versions: 3.0.0
Reporter: Mike Beckerle
we should try a grep for all commented out tests, and then re-enable and try
them. Some may well be fixed now.
I did
{{}}
{code:java}
grep -Pr '(?<=//).*@Test' | wc -l{code}
{{}}{{}}{{}}
in both daffodil-test/src/test/scala and daffodil-test-ibm1/src/test/scala, and
I got 134 and 15 back respectively.
Some PRs have re-enabled some tests that "just work" now, and that's the
motivation for taking this pass.
Even if it doesn't find that any are magically fixed, it would be good to know
that, and some might not have associated Jira ticket numbers.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)