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:50 UTC

[incubator-daffodil] 13/13: Removed empty TestZonedDebug.scala test file

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 d6278a03e18186797181910bd74a8ee1c7305b1e
Author: Josh Adams <ja...@tresys.com>
AuthorDate: Tue Jun 19 11:06:03 2018 -0400

    Removed empty TestZonedDebug.scala test file
---
 .../daffodil/section13/zoned/TestZonedDebug.scala  | 37 ----------------------
 1 file changed, 37 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
deleted file mode 100644
index d72a153..0000000
--- a/daffodil-test/src/test/scala-debug/org/apache/daffodil/section13/zoned/TestZonedDebug.scala
+++ /dev/null
@@ -1,37 +0,0 @@
-/*
- * Licensed to the Apache Software Foundation (ASF) under one or more
- * contributor license agreements.  See the NOTICE file distributed with
- * this work for additional information regarding copyright ownership.
- * The ASF licenses this file to You under the Apache License, Version 2.0
- * (the "License"); you may not use this file except in compliance with
- * the License.  You may obtain a copy of the License at
- *
- *     http://www.apache.org/licenses/LICENSE-2.0
- *
- * Unless required by applicable law or agreed to in writing, software
- * distributed under the License is distributed on an "AS IS" BASIS,
- * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
- * See the License for the specific language governing permissions and
- * limitations under the License.
- */
-
-package org.apache.daffodil.section13.zoned
-
-import org.apache.daffodil.tdml.Runner
-import org.junit.AfterClass
-import org.junit.Test
-
-object TestZoned {
-  val testDir = "/org/apache/daffodil/section13/zoned/"
-  lazy val runner = Runner(testDir, "zoned.tdml")
-
-  @AfterClass def shutdown(): Unit = {
-    runner.reset
-  }
-
-}
-
-class TestZoned {
-  import TestZoned._
-
-}