You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@daffodil.apache.org by ja...@apache.org on 2018/07/09 14:52:47 UTC

[incubator-daffodil] 10/13: Added bug info for debug test case

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

commit 7ddec49caa58ca5dc7caf7260a5e2603c90a9c20
Author: Josh Adams <ja...@tresys.com>
AuthorDate: Mon Jun 18 16:39:16 2018 -0400

    Added bug info for debug test case
---
 .../org/apache/daffodil/section13/zoned/TestZonedDebug.scala         | 4 ++--
 .../test/scala/org/apache/daffodil/section13/zoned/TestZoned.scala   | 5 ++---
 2 files changed, 4 insertions(+), 5 deletions(-)

diff --git a/daffodil-test/src/test/scala-debug/org/apache/daffodil/section13/zoned/TestZonedDebug.scala b/daffodil-test/src/test/scala-debug/org/apache/daffodil/section13/zoned/TestZonedDebug.scala
index acab1d2..31df828 100644
--- a/daffodil-test/src/test/scala-debug/org/apache/daffodil/section13/zoned/TestZonedDebug.scala
+++ b/daffodil-test/src/test/scala-debug/org/apache/daffodil/section13/zoned/TestZonedDebug.scala
@@ -34,6 +34,6 @@ object TestZoned {
 class TestZoned {
   import TestZoned._
 
-  @Test def testZonedTandemModified02(): Unit = { runner.runOneTest("ZonedTandemModified02") }
-  @Test def testZonedTandemModified05(): Unit = { runner.runOneTest("ZonedTandemModified05") }
+  @Test def testZonedTandemModified02(): Unit = { runner.runOneTest("ZonedTandemModified02") } // DAFFODIL-1957 TDML Runner Bug
+  @Test def testZonedTandemModified05(): Unit = { runner.runOneTest("ZonedTandemModified05") } // DAFFODIL-1957 TDML Runner Bug
 }
diff --git a/daffodil-test/src/test/scala/org/apache/daffodil/section13/zoned/TestZoned.scala b/daffodil-test/src/test/scala/org/apache/daffodil/section13/zoned/TestZoned.scala
index 00bf084..106ec61 100644
--- a/daffodil-test/src/test/scala/org/apache/daffodil/section13/zoned/TestZoned.scala
+++ b/daffodil-test/src/test/scala/org/apache/daffodil/section13/zoned/TestZoned.scala
@@ -42,7 +42,6 @@ class TestZoned {
   @Test def testZonedPatternFail06(): Unit = { runner.runOneTest("zoned_textNumberPattern_fail06") }
   @Test def testZonedFloatFail01(): Unit = { runner.runOneTest("zoned_float_fail01") }
   @Test def testZonedDoubleFail01(): Unit = { runner.runOneTest("zoned_double_fail01") }
-  //TODO: @Test def testZonedEncodingFail01(): Unit = { runner.runOneTest("zoned_encoding_fail01") }
 
   @Test def testZonedStandard01(): Unit = { runner.runOneTest("ZonedStandard01") }
   @Test def testZonedStandard02(): Unit = { runner.runOneTest("ZonedStandard02") }
@@ -63,8 +62,8 @@ class TestZoned {
   @Test def testZonedCARealiaModified05(): Unit = { runner.runOneTest("ZonedCARealiaModified05") }
 
   @Test def testZonedTandemModified01(): Unit = { runner.runOneTest("ZonedTandemModified01") }
-  //@Test def testZonedTandemModified02(): Unit = { runner.runOneTest("ZonedTandemModified02") }
+  //@Test def testZonedTandemModified02(): Unit = { runner.runOneTest("ZonedTandemModified02") } - DAFFODIL-1957 TDML Runner bug
   @Test def testZonedTandemModified03(): Unit = { runner.runOneTest("ZonedTandemModified03") }
   @Test def testZonedTandemModified04(): Unit = { runner.runOneTest("ZonedTandemModified04") }
-  //@Test def testZonedTandemModified05(): Unit = { runner.runOneTest("ZonedTandemModified05") }
+  //@Test def testZonedTandemModified05(): Unit = { runner.runOneTest("ZonedTandemModified05") } - DAFFODIL-1957 TDML Runner bug
 }