Skip to content
Snippets Groups Projects
Commit d9389be7 authored by Ryan Izard's avatar Ryan Izard
Browse files

Fixed ant unit tests! =)

parent a1c7a39b
No related branches found
No related tags found
No related merge requests found
......@@ -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!"/>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment