PROTOCOLS-117 Case issues in StoreManagerTests

Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3aa1732b
Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3aa1732b
Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3aa1732b

Branch: refs/heads/master
Commit: 3aa1732b3b823185edfae549f8db55a9002f6e29
Parents: 14a6930
Author: benwa <btell...@linagora.com>
Authored: Thu Nov 9 10:07:18 2017 +0700
Committer: Antoine Duprat <adup...@linagora.com>
Committed: Mon Nov 13 16:25:59 2017 +0100

----------------------------------------------------------------------
 .../org/apache/james/mailbox/store/StoreRightManagerTest.java    | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/james-project/blob/3aa1732b/mailbox/store/src/test/java/org/apache/james/mailbox/store/StoreRightManagerTest.java
----------------------------------------------------------------------
diff --git 
a/mailbox/store/src/test/java/org/apache/james/mailbox/store/StoreRightManagerTest.java
 
b/mailbox/store/src/test/java/org/apache/james/mailbox/store/StoreRightManagerTest.java
index 5ebe23b..78ce9e6 100644
--- 
a/mailbox/store/src/test/java/org/apache/james/mailbox/store/StoreRightManagerTest.java
+++ 
b/mailbox/store/src/test/java/org/apache/james/mailbox/store/StoreRightManagerTest.java
@@ -90,7 +90,7 @@ public class StoreRightManagerTest {
     }
 
     @Test
-    public void 
hasRightShouldReturnTrueWhenTheUserDoesnotOwnTheMailboxButHaveTheCorrectRightOnIt()
 throws MailboxException {
+    public void 
hasRightShouldReturnTrueWhenTheUserDoesNotOwnTheMailboxButHaveTheCorrectRightOnIt()
 throws MailboxException {
         Mailbox mailbox = new SimpleMailbox(MailboxPath.forUser(BOB, 
MailboxConstants.INBOX), UID_VALIDITY);
         mailbox.setACL(new MailboxACL(new 
MailboxACL.Entry(MailboxFixture.ALICE, Right.Write)));
 
@@ -99,7 +99,7 @@ public class StoreRightManagerTest {
     }
 
     @Test
-    public void 
hasRightShouldReturnTrueWhenTheUserDoesnotOwnTheMailboxButHasAtLeastTheCorrectRightOnIt()
 throws MailboxException {
+    public void 
hasRightShouldReturnTrueWhenTheUserDoesNotOwnTheMailboxButHasAtLeastTheCorrectRightOnIt()
 throws MailboxException {
         Mailbox mailbox = new SimpleMailbox(MailboxPath.forUser(BOB, 
MailboxConstants.INBOX), UID_VALIDITY);
         mailbox.setACL(new MailboxACL(new 
MailboxACL.Entry(MailboxFixture.ALICE, Right.Write, Right.Lookup)));
 


---------------------------------------------------------------------
To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
For additional commands, e-mail: server-dev-h...@james.apache.org

Reply via email to