<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="5" skipfailedinvocationCounts="false" verbose="1" name="OvidUnitTestSuite" junit="false" parallel="false" annotations="JDK" data-provider-thread-count="10">
  <test name="FullUnitTest" junit="false">
    <groups>
      <run>
        <exclude name="acceptance"/>
      </run>
    </groups>
    <packages>
  <package name="com.medsphere.ovid.*">
  </package>
    </packages>
  </test>
</suite>