Searched refs:bucketLabel (Results 1 – 3 of 3) sorted by relevance
651 String bucketLabel = bucket.getLabel(); in TestClientSupport() local653 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()654 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()666 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()672 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
652 String bucketLabel = bucket.getLabel(); in TestClientSupport() local654 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()655 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()667 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()673 …gotError |= !assertEquals(ulocale + "\t" + bucketLabel + "\t" + "Record Names (" + index + "." + r… in TestClientSupport()
620 const char *bucketLabel; in TestSchSt() member639 UnicodeString label = UnicodeString(testCase.bucketLabel).unescape(); in TestSchSt()