ViewVC Help
View File | Revision Log | Show Annotations | Download File | Root Listing
root/jsr166/jsr166/src/test/tck/Collection8Test.java
(Generate patch)

Comparing jsr166/src/test/tck/Collection8Test.java (file contents):
Revision 1.40 by jsr166, Sun Dec 11 22:29:45 2016 UTC vs.
Revision 1.41 by jsr166, Mon Dec 12 03:50:15 2016 UTC

# Line 447 | Line 447 | public class Collection8Test extends JSR
447      /**
448       * Various ways of traversing a collection yield same elements
449       */
450 <    public void testIteratorEquivalence() {
450 >    public void testTraversalEquivalence() {
451          Collection c = impl.emptyCollection();
452          ThreadLocalRandom rnd = ThreadLocalRandom.current();
453          int n = rnd.nextInt(6);

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines