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/01/31 12:45:20 UTC

[incubator-daffodil] branch master updated: Removed working test from scala-debug

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 11d36b2  Removed working test from scala-debug
11d36b2 is described below

commit 11d36b21e1abb7fc6fd26f7aa10cab3827f53546
Author: Josh Adams <ja...@tresys.com>
AuthorDate: Tue Jan 30 13:46:28 2018 -0500

    Removed working test from scala-debug
    
    Dave noticed that I forgot to remove the reference to a working test
    from scala-debug
---
 .../src/test/scala-debug/edu/illinois/ncsa/daffodil/IBMTests2.scala      | 1 -
 1 file changed, 1 deletion(-)

diff --git a/daffodil-test-ibm1/src/test/scala-debug/edu/illinois/ncsa/daffodil/IBMTests2.scala b/daffodil-test-ibm1/src/test/scala-debug/edu/illinois/ncsa/daffodil/IBMTests2.scala
index 9742ec1..7d418c9 100644
--- a/daffodil-test-ibm1/src/test/scala-debug/edu/illinois/ncsa/daffodil/IBMTests2.scala
+++ b/daffodil-test-ibm1/src/test/scala-debug/edu/illinois/ncsa/daffodil/IBMTests2.scala
@@ -72,7 +72,6 @@ class IBMTestsThatThrow {
 
   @Test def test_simple_type_properties_text_number_13_01() { runner2.runOneTest("simple_type_properties_text_number_13_01") } // DFDL-452 text number advanced props
   @Test def test_simple_type_properties_text_number_13_03() { runner2.runOneTest("simple_type_properties_text_number_13_03") } // DFDL-452 textStandardBase (base 16)
-  @Test def test_simple_type_properties_binary_number_13_01() { runner2.runOneTest("simple_type_properties_binary_number_13_01") } // DAFFODIL-1541 Need support for handling delimited data with encoding other than ISO-8859-1
 
   @Test def test_simple_type_properties_text_boolean_13_03() { runner2.runOneTest("simple_type_properties_text_boolean_13_03") } // DFDL-462 boolean type
   @Test def test_simple_type_properties_bin_boolean_13_01() { runner2.runOneTest("simple_type_properties_bin_boolean_13_01") } // DFDL-461 boolean type

-- 
To stop receiving notification emails like this one, please contact
jadams@apache.org.