Searched refs:bucketLabel (Results 1 – 3 of 3) sorted by relevance
629 String bucketLabel = bucket.getLabel(); in TestClientSupport() local631 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()632 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()644 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()650 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
625 String bucketLabel = bucket.getLabel(); in TestClientSupport() local627 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()628 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()640 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()646 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
618 const char *bucketLabel; in TestSchSt() member637 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape(); in TestSchSt()