Soon

Sent from my iPhone

> On Dec 12, 2017, at 4:17 PM, jackie issa <jackie.i...@hotmail.com> wrote:
> 
> Yalla soon will answe you
> 
> Sent from Outlook Mobile<https://aka.ms/qtex0l>
> ________________________________
> From: adup...@apache.org <adup...@apache.org>
> Sent: Tuesday, December 12, 2017 4:13:24 PM
> To: server-dev@james.apache.org
> Subject: [03/11] james-project git commit: JAMES-2249 Add missing awaits
> 
> JAMES-2249 Add missing awaits
> 
> 
> Project: http://git-wip-us.apache.org/repos/asf/james-project/repo
> Commit: http://git-wip-us.apache.org/repos/asf/james-project/commit/3cd6e50e
> Tree: http://git-wip-us.apache.org/repos/asf/james-project/tree/3cd6e50e
> Diff: http://git-wip-us.apache.org/repos/asf/james-project/diff/3cd6e50e
> 
> Branch: refs/heads/master
> Commit: 3cd6e50e7be1aca9ff020cb314d6910d43587d7b
> Parents: 325df63
> Author: benwa <btell...@linagora.com>
> Authored: Fri Dec 8 10:03:20 2017 +0700
> Committer: Antoine Duprat <adup...@linagora.com>
> Committed: Tue Dec 12 15:12:35 2017 +0100
> 
> ----------------------------------------------------------------------
> .../methods/integration/cucumber/GetMessagesMethodStepdefs.java    | 2 ++
> 1 file changed, 2 insertions(+)
> ----------------------------------------------------------------------
> 
> 
> http://git-wip-us.apache.org/repos/asf/james-project/blob/3cd6e50e/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/cucumber/GetMessagesMethodStepdefs.java
> ----------------------------------------------------------------------
> diff --git 
> a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/cucumber/GetMessagesMethodStepdefs.java
>  
> b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/cucumber/GetMessagesMethodStepdefs.java
> index 0d86080..c31f010 100644
> --- 
> a/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/cucumber/GetMessagesMethodStepdefs.java
> +++ 
> b/server/protocols/jmap-integration-testing/jmap-integration-testing-common/src/test/java/org/apache/james/jmap/methods/integration/cucumber/GetMessagesMethodStepdefs.java
> @@ -376,6 +376,7 @@ public class GetMessagesMethodStepdefs {
>             Date.from(dateTime.toInstant()), isRecent, flags)
>             .getMessageId();
>         messageIdStepdefs.addMessageId(messageName, id);
> +        mainStepdefs.awaitMethod.run();
>     }
> 
>     private void appendMessage(String messageName, String mailbox, String 
> emlFileName) throws Exception {
> @@ -388,6 +389,7 @@ public class GetMessagesMethodStepdefs {
>                     .getMessageId();
> 
>         messageIdStepdefs.addMessageId(messageName, id);
> +        mainStepdefs.awaitMethod.run();
>     }
> 
>     @When("^\"([^\"]*)\" ask for messages using its accountId$")
> 
> 
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: server-dev-unsubscr...@james.apache.org
> For additional commands, e-mail: server-dev-h...@james.apache.org
> 

---------------------------------------------------------------------
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