You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@oodt.apache.org by ma...@apache.org on 2019/08/16 09:57:01 UTC

[oodt] branch master updated: missing import

This is an automated email from the ASF dual-hosted git repository.

magicaltrout pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/oodt.git


The following commit(s) were added to refs/heads/master by this push:
     new da38e94  missing import
da38e94 is described below

commit da38e947c13528e7bf33ba6906d73db6543c905f
Author: Tom Barber <to...@spicule.co.uk>
AuthorDate: Fri Aug 16 10:56:57 2019 +0100

    missing import
---
 .../org/apache/oodt/cas/workflow/system/TestAvroRpcWorkflowManager.java  | 1 +
 1 file changed, 1 insertion(+)

diff --git a/workflow/src/test/java/org/apache/oodt/cas/workflow/system/TestAvroRpcWorkflowManager.java b/workflow/src/test/java/org/apache/oodt/cas/workflow/system/TestAvroRpcWorkflowManager.java
index 512654a..543c9a7 100644
--- a/workflow/src/test/java/org/apache/oodt/cas/workflow/system/TestAvroRpcWorkflowManager.java
+++ b/workflow/src/test/java/org/apache/oodt/cas/workflow/system/TestAvroRpcWorkflowManager.java
@@ -24,6 +24,7 @@ import org.junit.After;
 import org.junit.Before;
 import org.junit.Test;
 
+import junit.framework.TestCase;
 import static org.junit.Assert.assertEquals;
 import static org.junit.Assert.assertNotNull;
 import static org.junit.Assert.fail;