Johan Haleby

Results 302 comments of Johan Haleby

In what section of the wiki would you think it makes sense to mention this?

What do you mean by "eats logs" or generated? If you do a normal `System.out.println` then I would assume that it works. If so, there's probably a problem with your...

And if you change to "System.out.println(..)" instead?

When I read (changed slightly from your example to show my point) `Awaitility.await().atMost(10, SECONDS).metFor(ONE_SECOND).until(...)` I interpret it as "wait at most 10 seconds and for one of these ten make...

``` Hmm I've used greaterThan successfully with awaitility many times. Would it be possible for you to create a small example that demonstrates the issue? ``` Original comment by `[email protected]`...

``` Perhaps it's related to issue 12 that has been resolved in trunk. A new version will probably be released quite soon. ``` Original comment by `[email protected]` on 8 Feb...

``` The new version is now released. Please try it out and see if this is still an issue. ``` Original comment by `[email protected]` on 13 Feb 2012 at 9:24

``` Same issue with Awaitility 1.3.4. I'll try put get some time to try pull out a small example to demonstrate the issue. AwaitilityTest.recievedMessageCount Callable expected a value greater than...

``` Yes please do so so that we can try to fix it. ``` Original comment by `[email protected]` on 17 Feb 2012 at 7:36 - Changed state: **Accepted**

Could you please post an example that demonstrates the issue you're having?