summaryrefslogtreecommitdiffstats
path: root/jrt/tests
diff options
context:
space:
mode:
Diffstat (limited to 'jrt/tests')
-rw-r--r--jrt/tests/com/yahoo/jrt/TimeoutTest.java1
1 files changed, 1 insertions, 0 deletions
diff --git a/jrt/tests/com/yahoo/jrt/TimeoutTest.java b/jrt/tests/com/yahoo/jrt/TimeoutTest.java
index 363ac8cde59..ce9bb954d74 100644
--- a/jrt/tests/com/yahoo/jrt/TimeoutTest.java
+++ b/jrt/tests/com/yahoo/jrt/TimeoutTest.java
@@ -56,6 +56,7 @@ public class TimeoutTest extends junit.framework.TestCase {
assertTrue(req.isError());
assertEquals(ErrorCode.TIMEOUT, req.errorCode());
+ assertEquals("Request timed out after 0.1 seconds.", req.errorMessage());
assertEquals(0, req.returnValues().size());
}