You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by sl...@apache.org on 2020/09/14 12:36:40 UTC

[incubator-daffodil] 03/03: Removed old test

This is an automated email from the ASF dual-hosted git repository.

slawrence pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-daffodil.git

commit fc3269c892b1923db302b76d43a13ffefa535d29
Author: Steinberger <rs...@tresys.com>
AuthorDate: Fri Sep 11 13:24:44 2020 -0400

    Removed old test
---
 .../scala/org/apache/daffodil/section15/choice_groups/TestChoice.scala   | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daffodil-test/src/test/scala/org/apache/daffodil/section15/choice_groups/TestChoice.scala b/daffodil-test/src/test/scala/org/apache/daffodil/section15/choice_groups/TestChoice.scala
index 44ac031..9fc7df1 100644
--- a/daffodil-test/src/test/scala/org/apache/daffodil/section15/choice_groups/TestChoice.scala
+++ b/daffodil-test/src/test/scala/org/apache/daffodil/section15/choice_groups/TestChoice.scala
@@ -40,7 +40,6 @@ class TestChoice {
 
   @Test def test_choice_noBranch (): Unit = { runnerCH.runOneTest("choice_noBranch") }
 
-  @Test def test_optionalChoice00(): Unit = { runnerCH.runOneTest("optionalChoice00") }
   @Test def test_optionalChoice01(): Unit = { runnerCH.runOneTest("optionalChoice01") }
   @Test def test_optionalChoice02(): Unit = { runnerCH.runOneTest("optionalChoice02") }
   @Test def test_optionalChoice03(): Unit = { runnerCH.runOneTest("optionalChoice03") }