You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@ant.apache.org by ja...@apache.org on 2018/11/02 03:42:34 UTC

ant git commit: Remove unused field in one of junitlauncher task supporting class

Repository: ant
Updated Branches:
  refs/heads/master 1c760db0d -> 8efa4aff9


Remove unused field in one of junitlauncher task supporting class


Project: http://git-wip-us.apache.org/repos/asf/ant/repo
Commit: http://git-wip-us.apache.org/repos/asf/ant/commit/8efa4aff
Tree: http://git-wip-us.apache.org/repos/asf/ant/tree/8efa4aff
Diff: http://git-wip-us.apache.org/repos/asf/ant/diff/8efa4aff

Branch: refs/heads/master
Commit: 8efa4aff9f078d4873ff7eb148501ed39d7c2d69
Parents: 1c760db
Author: Jaikiran Pai <ja...@apache.org>
Authored: Fri Nov 2 09:08:50 2018 +0530
Committer: Jaikiran Pai <ja...@apache.org>
Committed: Fri Nov 2 09:10:15 2018 +0530

----------------------------------------------------------------------
 .../ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java     | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/ant/blob/8efa4aff/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java
----------------------------------------------------------------------
diff --git a/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java b/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java
index eb6e064..090e8f1 100644
--- a/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java
+++ b/src/main/org/apache/tools/ant/taskdefs/optional/junitlauncher/StandaloneLauncher.java
@@ -202,7 +202,6 @@ public class StandaloneLauncher {
 
         private boolean printSummary;
         private boolean haltOnFailure;
-        private TestExecutionContext testExecutionContext;
         private List<TestDefinition> tests = new ArrayList<>();
         private List<ListenerDefinition> listeners = new ArrayList<>();