Repository: accumulo Updated Branches: refs/heads/1.4.6-SNAPSHOT 5b32fd22b -> 92c41719b refs/heads/1.5.2-SNAPSHOT c62d676e1 -> fd1ac9981 refs/heads/1.6.0-SNAPSHOT 9c049a28e -> 9fa4e0f98 refs/heads/findbugs [created] 1f2420c79 refs/heads/master c1587d4da -> 7548cb712
ACCUMULO-2718 Make two test method names vary by more than case Project: http://git-wip-us.apache.org/repos/asf/accumulo/repo Commit: http://git-wip-us.apache.org/repos/asf/accumulo/commit/1f2420c7 Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/1f2420c7 Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/1f2420c7 Branch: refs/heads/findbugs Commit: 1f2420c79d318a080f1e7db9e5818cc71fc9a5b0 Parents: 936d2e0 Author: Christopher Tubbs <ctubb...@apache.org> Authored: Tue Apr 22 14:52:58 2014 -0400 Committer: Christopher Tubbs <ctubb...@apache.org> Committed: Wed Apr 23 10:31:06 2014 -0400 ---------------------------------------------------------------------- pom.xml | 2 +- test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f2420c7/pom.xml ---------------------------------------------------------------------- diff --git a/pom.xml b/pom.xml index f709775..04b4de0 100644 --- a/pom.xml +++ b/pom.xml @@ -460,7 +460,7 @@ <effort>Max</effort> <failOnError>true</failOnError> <includeTests>true</includeTests> - <maxRank>3</maxRank> + <maxRank>4</maxRank> </configuration> </plugin> <plugin> http://git-wip-us.apache.org/repos/asf/accumulo/blob/1f2420c7/test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java ---------------------------------------------------------------------- diff --git a/test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java b/test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java index dc44854..6e01ffb 100644 --- a/test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java +++ b/test/src/test/java/org/apache/accumulo/test/AuditMessageIT.java @@ -140,7 +140,7 @@ public class AuditMessageIT extends ConfigurableMacIT { } @Before - public void setup() throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException { + public void resetInstance() throws AccumuloException, AccumuloSecurityException, TableNotFoundException, IOException { conn = getConnector(); // I don't want to recreate the instance for every test since it will take ages.