if (System.getProperty("Testing Harmony") == "true") {
assertCachedRowSetEquals(jrs, another);
} else {
another.absolute(3);
assertFalse(another.rowUpdated());
jrs.absolute(3);
assertTrue(jrs.rowUpdated());
// TODO why the output xml has no update information.
another.absolute(4);