From d9389be7a301e1a4bccf53e42ce13fdae9a9a17d Mon Sep 17 00:00:00 2001
From: Ryan Izard <rizard@g.clemson.edu>
Date: Wed, 3 Jun 2015 08:08:33 -0400
Subject: [PATCH] Fixed ant unit tests! =)

---
 build.xml | 5 ++++-
 1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/build.xml b/build.xml
index 2b4989e59..6d67ce6ea 100644
--- a/build.xml
+++ b/build.xml
@@ -213,7 +213,10 @@
 				    <include name="**/*Test*.java"/>
                     <exclude name="**/core/test/**"/>
                     <exclude name="**/core/module/**"/>
-                </fileset>
+		    <exclude name="**/util/FutureTestUtils.java"/> <!-- No tests here. Used within others that have Futures -->
+		    <exclude name="**/test/FloodlightTestCase.java"/> <!-- Base class for other tests. Can't run it individually. -->
+                    <exclude name="**/core/internal/OFSwitchHandlerTestBase.java"/> <!-- Abstract class used by protocol version handshake handlers. -->
+		</fileset>
             </batchtest>
         </junit>
         <fail if="junit.failure" message="Unit test(s) failed.  See reports!"/>
-- 
GitLab