This is an automated email from the ASF dual-hosted git repository.
jadams pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git
The following commit(s) were added to refs/heads/master by this push:
new 1fd854e Add JIRA ticket reference to test
1fd854e is described below
commit 1fd854e5b09805c2489c75b08513e5be4b07b335
Author: Josh Adams <[email protected]>
AuthorDate: Mon Dec 14 12:03:08 2020 -0500
Add JIRA ticket reference to test
DAFFODIL-2444
---
.../scala/org/apache/daffodil/section07/variables/TestVariables.scala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git
a/daffodil-test/src/test/scala/org/apache/daffodil/section07/variables/TestVariables.scala
b/daffodil-test/src/test/scala/org/apache/daffodil/section07/variables/TestVariables.scala
index 0a29c75..3d448df 100644
---
a/daffodil-test/src/test/scala/org/apache/daffodil/section07/variables/TestVariables.scala
+++
b/daffodil-test/src/test/scala/org/apache/daffodil/section07/variables/TestVariables.scala
@@ -67,7 +67,7 @@ class TestVariables {
@Test def test_defineVariable_ref_noDefault_err(): Unit = {
runner.runOneTest("defineVariable_ref_noDefault_err") }
@Test def test_defineVariable_nonConstantExpression_setVar_err(): Unit = {
runner.runOneTest("defineVariable_nonConstantExpression_setVar_err") }
- // This test triggers an unhandled NoSuchElement exception, which if handled
then runs into an Assert.invariant
+ // DAFFODIL-2444 - This test triggers an unhandled NoSuchElement exception,
which if handled then runs into an Assert.invariant
//@Test def test_defineVariable_ref_infoset_err(): Unit = {
runner.runOneTest("defineVariable_ref_infoset_err") }
@Test def test_setVarChoice(): Unit = { runner.runOneTest("setVarChoice") }