Kaydet (Commit) 893404cf authored tarafından Stephan Bergmann's avatar Stephan Bergmann

Improve test log output

Change-Id: I11afb19726ecf6b585d84517cf2a8244800db81a
üst 3abe8677
......@@ -482,6 +482,11 @@ public class _XAccessibleComponent extends MultiMethodTest {
result &= (size.Width == bounds.Width);
result &= (size.Height == bounds.Height);
if (!result) {
log.println(
"bounds " + bounds.Width + "x" + bounds.Height + " vs. size "
+ size.Width + "x" + size.Height);
}
tRes.tested("getSize()", result);
}
......@@ -628,4 +633,4 @@ public class _XAccessibleComponent extends MultiMethodTest {
}
return Covered;
}
}
\ No newline at end of file
}
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