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

Comparing jsr166/src/test/tck/TreeSubMapTest.java (file contents):
Revision 1.16 by jsr166, Tue May 31 16:16:24 2011 UTC vs.
Revision 1.17 by jsr166, Sat Nov 26 05:19:17 2011 UTC

# Line 67 | Line 67 | public class TreeSubMapTest extends JSR1
67      public void testClear() {
68          NavigableMap map = map5();
69          map.clear();
70 <        assertEquals(map.size(), 0);
70 >        assertEquals(0, map.size());
71      }
72  
73      /**
# Line 577 | Line 577 | public class TreeSubMapTest extends JSR1
577      public void testDescendingClear() {
578          NavigableMap map = dmap5();
579          map.clear();
580 <        assertEquals(map.size(), 0);
580 >        assertEquals(0, map.size());
581      }
582  
583      /**

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines