Repository: accumulo Updated Branches: refs/heads/1.6.0-SNAPSHOT 782975a1b -> c6a55d1a4 refs/heads/master 62bdba0f3 -> 373711f6a
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/c6a55d1a Tree: http://git-wip-us.apache.org/repos/asf/accumulo/tree/c6a55d1a Diff: http://git-wip-us.apache.org/repos/asf/accumulo/diff/c6a55d1a Branch: refs/heads/1.6.0-SNAPSHOT Commit: c6a55d1a4a8df35a06abe28313167312ef992da1 Parents: d392b12 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 11:39:13 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/c6a55d1a/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/c6a55d1a/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.