Skip to content
This repository has been archived by the owner on Oct 20, 2023. It is now read-only.

Commit

Permalink
Updated to latest TestNG version.
Browse files Browse the repository at this point in the history
  • Loading branch information
dwdyer committed Sep 1, 2011
1 parent c48516b commit e5f9b10
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 4 deletions.
4 changes: 2 additions & 2 deletions build.xml
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -26,14 +26,14 @@
resource="org/uncommons/antlib/antlib.xml" resource="org/uncommons/antlib/antlib.xml"
classpathref="tool.path"/> classpathref="tool.path"/>


<property name="version" value="1.1.3"/> <property name="version" value="1.1.4"/>
<property name="artifact.identifier" value="reportng-${version}"/> <property name="artifact.identifier" value="reportng-${version}"/>


<!-- This is the minimum coverage percentage (for both lines and <!-- This is the minimum coverage percentage (for both lines and
branches) that will be tolerated. This is used to prevent branches) that will be tolerated. This is used to prevent
regressions in coverage. The threshold will be raised as regressions in coverage. The threshold will be raised as
test coverage improves. --> test coverage improves. -->
<property name="minimum.coverage" value="55" /> <property name="minimum.coverage" value="40" />




<!-- ================================================================== <!-- ==================================================================
Expand Down
5 changes: 3 additions & 2 deletions etc/intellij/reportng.ipr
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -131,7 +131,9 @@
<inspection_tool class="CollectionsMustHaveInitialCapacity" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="CollectionsMustHaveInitialCapacity" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="CompareToUsesNonFinalVariable" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="CompareToUsesNonFinalVariable" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="ConditionalExpressionWithIdenticalBranches" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="ConditionalExpressionWithIdenticalBranches" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="ConfusingElse" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="ConfusingElse" enabled="true" level="WARNING" enabled_by_default="true">
<option name="reportWhenNoStatementFollow" value="false" />
</inspection_tool>
<inspection_tool class="ConfusingMainMethod" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="ConfusingMainMethod" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="ConfusingOctalEscape" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="ConfusingOctalEscape" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="CovariantCompareTo" enabled="true" level="WARNING" enabled_by_default="true" /> <inspection_tool class="CovariantCompareTo" enabled="true" level="WARNING" enabled_by_default="true" />
Expand Down Expand Up @@ -171,7 +173,6 @@
<option name="ignoredTypesString" value="java.io.ByteArrayOutputStream,java.io.ByteArrayInputStream,java.io.StringBufferInputStream,java.io.CharArrayWriter,java.io.CharArrayReader,java.io.StringWriter,java.io.StringReader" /> <option name="ignoredTypesString" value="java.io.ByteArrayOutputStream,java.io.ByteArrayInputStream,java.io.StringBufferInputStream,java.io.CharArrayWriter,java.io.CharArrayReader,java.io.StringWriter,java.io.StringReader" />
<option name="insideTryAllowed" value="false" /> <option name="insideTryAllowed" value="false" />
</inspection_tool> </inspection_tool>
<inspection_tool class="IndexOfReplaceableByContains" enabled="true" level="WARNING" enabled_by_default="true" />
<inspection_tool class="InstanceofChain" enabled="true" level="WARNING" enabled_by_default="true"> <inspection_tool class="InstanceofChain" enabled="true" level="WARNING" enabled_by_default="true">
<option name="ignoreInstanceofOnLibraryClasses" value="false" /> <option name="ignoreInstanceofOnLibraryClasses" value="false" />
</inspection_tool> </inspection_tool>
Expand Down
Binary file added lib/compiletime/testng/guice-3.0.jar
Binary file not shown.
Binary file removed lib/compiletime/testng/testng-5.13.1.jar
Binary file not shown.
Binary file added lib/compiletime/testng/testng-6.2.jar
Binary file not shown.
Binary file not shown.

0 comments on commit e5f9b10

Please sign in to comment.