mirror of https://github.com/OpenIdentityPlatform/OpenDJ.git

matthew_swift
08.13.2010 34ac48d938d5f3411505f7d0f883a585148ec716
1
2
3
4
5
6
7
8
9
10
11
12
13
14
<!DOCTYPE suite SYSTEM "http://testng.org/testng-1.0.dtd">
<suite thread-count="5" skipfailedinvocationCounts="false" verbose="1" name="Failed suite [sdk]" junit="false" parallel="false" annotations="JDK">
  <test name="org.opends.sdk.schema.AttributeTypeTest(failed)" junit="false" parallel="false" annotations="JDK">
    <classes>
      <class name="org.opends.sdk.schema.AttributeTypeTest">
        <methods>
          <include name="nullMemberVariablesAfterTest"/>
          <include name="clearSuccessfulTestParams"/>
          <include name="testADSyntax"/>
        </methods>
      </class>
    </classes>
  </test>
</suite>