Repository: incubator-groovy
Updated Branches:
  refs/heads/master 09e9778e8 -> d6578c462


delete DummyTestDerivation which has no purpose anymore


Project: http://git-wip-us.apache.org/repos/asf/incubator-groovy/repo
Commit: http://git-wip-us.apache.org/repos/asf/incubator-groovy/commit/7817a0ad
Tree: http://git-wip-us.apache.org/repos/asf/incubator-groovy/tree/7817a0ad
Diff: http://git-wip-us.apache.org/repos/asf/incubator-groovy/diff/7817a0ad

Branch: refs/heads/master
Commit: 7817a0ad6b56543af40abdd1426230ab45bfb5a6
Parents: 09e9778
Author: pascalschumacher <pascalschumac...@gmx.net>
Authored: Thu Jul 9 20:34:17 2015 +0200
Committer: pascalschumacher <pascalschumac...@gmx.net>
Committed: Fri Jul 10 18:04:14 2015 +0200

----------------------------------------------------------------------
 gradle/test.gradle                              |  2 +-
 .../groovy/classgen/DummyTestDerivation.java    | 31 --------------------
 2 files changed, 1 insertion(+), 32 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7817a0ad/gradle/test.gradle
----------------------------------------------------------------------
diff --git a/gradle/test.gradle b/gradle/test.gradle
index 0c70671..3ce15a1 100644
--- a/gradle/test.gradle
+++ b/gradle/test.gradle
@@ -87,7 +87,7 @@ tasks.addRule('Pattern: testSingle<Name> will test 
**/<Name>.class') { String ta
 }
 
 def buildExcludeFilter() {
-    def excludes = ['GroovyTestCase', 'TestSupport', 'DummyTestDerivation', 
'LineColumnChecker']
+    def excludes = ['GroovyTestCase', 'TestSupport', 'LineColumnChecker']
 
     // temporary disabling Groovy4393Bug because it requires a specific 
configuration
     excludes << 'Groovy4393Bug'

http://git-wip-us.apache.org/repos/asf/incubator-groovy/blob/7817a0ad/src/test/org/codehaus/groovy/classgen/DummyTestDerivation.java
----------------------------------------------------------------------
diff --git a/src/test/org/codehaus/groovy/classgen/DummyTestDerivation.java 
b/src/test/org/codehaus/groovy/classgen/DummyTestDerivation.java
deleted file mode 100644
index 944d556..0000000
--- a/src/test/org/codehaus/groovy/classgen/DummyTestDerivation.java
+++ /dev/null
@@ -1,31 +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.codehaus.groovy.classgen;
-
-import groovy.util.GroovyTestCase;
-
-/**
- * A dummy test case
- *
- * @author <a href="mailto:ja...@coredevelopers.net";>James Strachan</a>
- */
-public class DummyTestDerivation extends GroovyTestCase {
-    public DummyTestDerivation() {
-    }
-}

Reply via email to