Searched refs:myLabel (Results 1 – 1 of 1) sorted by relevance
622 String myLabel = myBucketLabels.get(index); in TestClientSupport() local623 if (!bucketLabel.equals(myLabel)) { in TestClientSupport()624 … gotError |= !assertEquals(ulocale + "\tBucket Labels (" + index + ")", bucketLabel, myLabel); in TestClientSupport()