Searched refs:bucketLabel (Results 1 – 3 of 3) sorted by relevance
657 String bucketLabel = bucket.getLabel(); in TestClientSupport() local659 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()660 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()672 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()678 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
654 String bucketLabel = bucket.getLabel(); in TestClientSupport() local656 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()657 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()669 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()675 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
622 const char *bucketLabel; in TestSchSt() member641 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape(); in TestSchSt()