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

Comparing jsr166/src/test/tck/ConcurrentSkipListSubSetTest.java (file contents):
Revision 1.20 by jsr166, Tue May 31 16:16:23 2011 UTC vs.
Revision 1.21 by jsr166, Sat Nov 26 05:19:17 2011 UTC

# Line 454 | Line 454 | public class ConcurrentSkipListSubSetTes
454              assertTrue(q.contains(it.next()));
455              ++i;
456          }
457 <        assertEquals(i, 0);
457 >        assertEquals(0, i);
458      }
459  
460      /**
# Line 954 | Line 954 | public class ConcurrentSkipListSubSetTes
954              assertTrue(q.contains(it.next()));
955              ++i;
956          }
957 <        assertEquals(i, 0);
957 >        assertEquals(0, i);
958      }
959  
960      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines