Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
joram
joram
Commits
f115b9e7
Commit
f115b9e7
authored
Jan 17, 2021
by
Andre Freyssinet
Browse files
Fix asserts to fit with Joram changes (see comment).
parent
d96158a0
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/joram/collector/TestCollectorQueue3.java
View file @
f115b9e7
/*
* JORAM: Java(TM) Open Reliable Asynchronous Messaging
* Copyright (C) 2011 ScalAgent Distributed Technologies
* Copyright (C) 2011
- 2021
ScalAgent Distributed Technologies
*
* This library is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
...
...
@@ -45,6 +45,9 @@ import framework.TestCase;
/**
* Tests start and stop command.
*
* Be careful, now the properties are automatically updated after queue creation (this allows
* to update properties if the queue already exits).
*/
public
class
TestCollectorQueue3
extends
TestCase
implements
MessageListener
{
...
...
@@ -83,7 +86,7 @@ public class TestCollectorQueue3 extends TestCase implements MessageListener {
Thread
.
sleep
(
100
);
assertEquals
(
3
,
nbReceived
);
assertEquals
(
5
,
nbReceived
);
cnx
.
close
();
}
catch
(
Throwable
exc
)
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment