Kaydet (Commit) 758abf01 authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve test output

Change-Id: I33b289a31a9a4991eb270b3d154d999fa76c7bb4
üst 07a58db4
......@@ -295,7 +295,7 @@ public class _XAccessibleText extends MultiMethodTest {
}
try {
log.println("getCharacterAttributes(chCount)");
log.println("getCharacterAttributes(chCount = " + chCount + ")");
oObj.getCharacterAttributes(chCount, attr);
log.println("Exception was expected");
res &= false;
......@@ -305,7 +305,8 @@ public class _XAccessibleText extends MultiMethodTest {
}
try {
log.println("getCharacterAttributes(chCount-1)");
log.println(
"getCharacterAttributes(chCount-1 = " + (chCount - 1) + ")");
PropertyValue[] props = oObj.getCharacterAttributes(chCount - 1,
attr);
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment