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
1d112a80
Commit
1d112a80
authored
Oct 21, 2010
by
afreyssin
Browse files
Adds a test for receiveNoWait on bridge destination.
parent
b0f46b81
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/src/joram/bridge/BridgeTest.java
View file @
1d112a80
...
...
@@ -87,6 +87,9 @@ public class BridgeTest extends TestCase {
assertEquals
(
"Foreign message number "
+
i
,
msg
.
getText
());
}
msg
=(
TextMessage
)
joramCons
.
receiveNoWait
();
assertTrue
(
msg
==
null
);
foreignCnx
.
close
();
joramCnx
.
close
();
...
...
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